[compiler-rt] r190856 - [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests are now fixed

Alexey Samsonov samsonov at google.com
Tue Sep 17 01:40:32 PDT 2013


Author: samsonov
Date: Tue Sep 17 03:40:32 2013
New Revision: 190856

URL: http://llvm.org/viewvc/llvm-project?rev=190856&view=rev
Log:
[ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests are now fixed

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=190856&r1=190855&r2=190856&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/tests/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/asan/tests/CMakeLists.txt Tue Sep 17 03:40:32 2013
@@ -139,14 +139,9 @@ set_target_properties(AsanBenchmarks PRO
 
 set(ASAN_NOINST_TEST_SOURCES
   ${COMPILER_RT_GTEST_SOURCE}
+  asan_fake_stack_test.cc
   asan_noinst_test.cc
   asan_test_main.cc)
-if(NOT APPLE AND NOT ANDROID)
-  # Do not build asan_fake_stack_test.cc on OS X and Android, since it requires
-  # exposing additional functions from the runtime.
-  # See also https://code.google.com/p/address-sanitizer/issues/detail?id=222
-  list(APPEND ASAN_NOINST_TEST_SOURCES asan_fake_stack_test.cc)
-endif()
 
 set(ASAN_INST_TEST_SOURCES
   ${COMPILER_RT_GTEST_SOURCE}





More information about the llvm-commits mailing list