diff options
-rw-r--r-- | compiler-rt/lib/tsan/rtl/CMakeLists.txt | 2 |
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() |