summaryrefslogtreecommitdiff
path: root/lib
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
commitdeb0dd86b99170abfdfb39520064c49b3e91b0cc (patch)
treeba693ed5f569258ae10a064072d450a9cabab27b /lib
parent9a46c3b7aeb3a800702b48dd5f8017b0ae7387c7 (diff)
[TSan] fix a typo in CMakeLists
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@163796 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/tsan/rtl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsan/rtl/CMakeLists.txt b/lib/tsan/rtl/CMakeLists.txt
index 267c02a42..42d5fa40e 100644
--- a/lib/tsan/rtl/CMakeLists.txt
+++ b/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()