From a7df554138c53781b4922a261d55d3ef7da3b69d Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 13 Sep 2012 14:02:40 +0000 Subject: [PATCH] [TSan] fix a typo in CMakeLists llvm-svn: 163796 --- compiler-rt/lib/tsan/rtl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/tsan/rtl/CMakeLists.txt b/compiler-rt/lib/tsan/rtl/CMakeLists.txt index 267c02a42397..42d5fa40ea9c 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) $ ) 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()