[llvm-commits] [compiler-rt] r163796 - /compiler-rt/trunk/lib/tsan/rtl/CMakeLists.txt
Alexey Samsonov
samsonov at google.com
Thu Sep 13 07:02:40 PDT 2012
Author: samsonov
Date: Thu Sep 13 09:02:40 2012
New Revision: 163796
URL: http://llvm.org/viewvc/llvm-project?rev=163796&view=rev
Log:
[TSan] fix a typo in CMakeLists
Modified:
compiler-rt/trunk/lib/tsan/rtl/CMakeLists.txt
Modified: compiler-rt/trunk/lib/tsan/rtl/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/CMakeLists.txt?rev=163796&r1=163795&r2=163796&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/tsan/rtl/CMakeLists.txt Thu Sep 13 09:02:40 2012
@@ -44,7 +44,7 @@
$<TARGET_OBJECTS:RTSanitizerCommon.x86_64>
)
set_target_compile_flags(clang_rt.tsan-x86_64
- ${TSAN_CFLAGS} ${TARGET_X864_64_CFLAGS}
+ ${TSAN_CFLAGS} ${TARGET_X86_64_CFLAGS}
)
list(APPEND TSAN_RUNTIME_LIBRARIES clang_rt.tsan-x86_64)
endif()
More information about the llvm-commits
mailing list