[LSan] fix link flags for building unit tests

llvm-svn: 183891
This commit is contained in:
Alexey Samsonov 2013-06-13 07:23:18 +00:00
parent ab341c62b3
commit 5e520c5e09
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ set(LSAN_TESTS_CFLAGS
-I${LSAN_SRC_DIR})
set(LSAN_TEST_LINK_FLAGS_COMMON
-lstdc++ -ldl -lpthread)
-lstdc++ -ldl -lpthread -lm)
add_custom_target(LsanUnitTests)
set_target_properties(LsanUnitTests PROPERTIES