diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-12-17 16:15:39 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-12-17 16:15:39 +0000 |
| commit | 4b1aad37d822016f18586c6adb98033a794cdbdf (patch) | |
| tree | 1230e87c589e10b325d6720c41c6bf62d1d11577 | |
| parent | 9e1cae510fa04b4ccd4ae9c911148f0a3cf33fd2 (diff) | |
| download | bcm5719-llvm-4b1aad37d822016f18586c6adb98033a794cdbdf.tar.gz bcm5719-llvm-4b1aad37d822016f18586c6adb98033a794cdbdf.zip | |
[STATS] Add libm.so to lib dependencies for stats library
llvm-svn: 255900
| -rw-r--r-- | openmp/runtime/cmake/LibompMicroTests.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/runtime/cmake/LibompMicroTests.cmake b/openmp/runtime/cmake/LibompMicroTests.cmake index 89ca83d8689..825d231b8f8 100644 --- a/openmp/runtime/cmake/LibompMicroTests.cmake +++ b/openmp/runtime/cmake/LibompMicroTests.cmake @@ -211,6 +211,7 @@ else() libomp_append(libomp_expected_library_deps libhwloc.so.5 LIBOMP_USE_HWLOC) endif() libomp_append(libomp_expected_library_deps libstdc++.so.6 LIBOMP_USE_STDCPPLIB) + libomp_append(libomp_expected_library_deps libm.so.6 LIBOMP_STATS) endif() # Perl script expects comma separated list string(REPLACE ";" "," libomp_expected_library_deps "${libomp_expected_library_deps}") |

