summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-09-13 14:02:40 +0000
committerAlexey Samsonov <samsonov@google.com>2012-09-13 14:02:40 +0000
commita7df554138c53781b4922a261d55d3ef7da3b69d (patch)
tree3b8668ad8346a47abf0d09fce6d81271a0a1e894
parentf0aa9148a2d79a4800d00d25113ed591b4b857b0 (diff)
downloadbcm5719-llvm-a7df554138c53781b4922a261d55d3ef7da3b69d.tar.gz
bcm5719-llvm-a7df554138c53781b4922a261d55d3ef7da3b69d.zip
[TSan] fix a typo in CMakeLists
llvm-svn: 163796
-rw-r--r--compiler-rt/lib/tsan/rtl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/CMakeLists.txt b/compiler-rt/lib/tsan/rtl/CMakeLists.txt
index 267c02a4239..42d5fa40ea9 100644
--- a/compiler-rt/lib/tsan/rtl/CMakeLists.txt
+++ b/compiler-rt/lib/tsan/rtl/CMakeLists.txt
@@ -44,7 +44,7 @@ if(CAN_TARGET_X86_64 AND UNIX AND NOT APPLE)
$<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()
OpenPOWER on IntegriCloud