[TSan] fix a typo in CMakeLists

llvm-svn: 163796
This commit is contained in:
Alexey Samsonov 2012-09-13 14:02:40 +00:00
parent f0aa9148a2
commit a7df554138
1 changed files with 1 additions and 1 deletions

View File

@ -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()