[compiler-rt] r193647 - [asan] Maybe fix test failures on lld bots.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Tue Oct 29 13:06:12 PDT 2013
Author: eugenis
Date: Tue Oct 29 15:06:12 2013
New Revision: 193647
URL: http://llvm.org/viewvc/llvm-project?rev=193647&view=rev
Log:
[asan] Maybe fix test failures on lld bots.
Modified:
compiler-rt/trunk/lib/asan/tests/CMakeLists.txt
Modified: compiler-rt/trunk/lib/asan/tests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/tests/CMakeLists.txt?rev=193647&r1=193646&r2=193647&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/tests/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/asan/tests/CMakeLists.txt Tue Oct 29 15:06:12 2013
@@ -93,7 +93,7 @@ endif()
set(ASAN_UNITTEST_NOINST_LINKFLAGS
${ASAN_UNITTEST_COMMON_LINKFLAGS}
- -ldl)
+ -ldl -lm)
if(NOT ANDROID)
list(APPEND ASAN_UNITTEST_NOINST_LINKFLAGS -lpthread)
endif()
More information about the llvm-commits
mailing list