[llvm-commits] [compiler-rt] r159143 - /compiler-rt/trunk/lib/asan/tests/CMakeLists.txt

Kostya Serebryany kcc at google.com
Mon Jun 25 08:38:37 PDT 2012


Author: kcc
Date: Mon Jun 25 10:38:37 2012
New Revision: 159143

URL: http://llvm.org/viewvc/llvm-project?rev=159143&view=rev
Log:
[asan] update the cmake file for asan

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=159143&r1=159142&r2=159143&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/tests/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/asan/tests/CMakeLists.txt Mon Jun 25 10:38:37 2012
@@ -38,7 +38,6 @@
 if(HOST_HAS_ASAN)
 	add_asan_test(AsanInstrumentationTests
 		asan_globals_test.cc
-		asan_interface_test.cc
 		asan_test.cc
 		asan_break_optimization.cc
 		)





More information about the llvm-commits mailing list