[STATS] Add libm.so to lib dependencies for stats library

llvm-svn: 255900
This commit is contained in:
Jonathan Peyton 2015-12-17 16:15:39 +00:00
parent 9e1cae510f
commit 4b1aad37d8
1 changed files with 1 additions and 0 deletions

View File

@ -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}")