summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/msan
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-01-18 12:45:44 +0000
committerAlexey Samsonov <samsonov@google.com>2013-01-18 12:45:44 +0000
commit193b45f4fe4f1c5a23f8335cfc45a9d8b7b7ac3d (patch)
tree918789a66a9f42aa8b98d67a9700c7a6c8c043f0 /compiler-rt/lib/msan
parent518a135ffe611600adf7e57760b001388ba2ade1 (diff)
downloadbcm5719-llvm-193b45f4fe4f1c5a23f8335cfc45a9d8b7b7ac3d.tar.gz
bcm5719-llvm-193b45f4fe4f1c5a23f8335cfc45a9d8b7b7ac3d.zip
CMake variables renaming: X86_64->x86_64 I386->i386
llvm-svn: 172812
Diffstat (limited to 'compiler-rt/lib/msan')
-rw-r--r--compiler-rt/lib/msan/CMakeLists.txt2
-rw-r--r--compiler-rt/lib/msan/tests/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/msan/CMakeLists.txt b/compiler-rt/lib/msan/CMakeLists.txt
index bb020c915f0..bb8dbccbeba 100644
--- a/compiler-rt/lib/msan/CMakeLists.txt
+++ b/compiler-rt/lib/msan/CMakeLists.txt
@@ -24,7 +24,7 @@ add_library(clang_rt.msan-x86_64 STATIC
$<TARGET_OBJECTS:RTSanitizerCommon.x86_64>
)
set_target_compile_flags(clang_rt.msan-x86_64
- ${MSAN_RTL_CFLAGS} ${TARGET_X86_64_CFLAGS}
+ ${MSAN_RTL_CFLAGS} ${TARGET_x86_64_CFLAGS}
)
list(APPEND MSAN_RUNTIME_LIBRARIES clang_rt.msan-x86_64)
diff --git a/compiler-rt/lib/msan/tests/CMakeLists.txt b/compiler-rt/lib/msan/tests/CMakeLists.txt
index 9da3916e7bd..d5fb8aed70a 100644
--- a/compiler-rt/lib/msan/tests/CMakeLists.txt
+++ b/compiler-rt/lib/msan/tests/CMakeLists.txt
@@ -149,7 +149,7 @@ macro(add_msan_tests_for_arch arch)
endmacro()
if(COMPILER_RT_CAN_EXECUTE_TESTS AND EXISTS ${MSAN_LIBCXX_PATH}/)
- if(CAN_TARGET_X86_64)
+ if(CAN_TARGET_x86_64)
add_msan_tests_for_arch(x86_64)
endif()
OpenPOWER on IntegriCloud