summaryrefslogtreecommitdiff
path: root/lib/tsan/tests
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
commit2f3aef010fdeadfe7ec995dc534544acb5f357fb (patch)
tree3fbfaf495464ab5f79759f317bf1e315b88e982a /lib/tsan/tests
parent843d662b11b50b5f4974d485ccd43f3c509cad14 (diff)
downloadcompiler-rt-2f3aef010fdeadfe7ec995dc534544acb5f357fb.tar.gz
compiler-rt-2f3aef010fdeadfe7ec995dc534544acb5f357fb.tar.bz2
compiler-rt-2f3aef010fdeadfe7ec995dc534544acb5f357fb.tar.xz
CMake variables renaming: X86_64->x86_64 I386->i386
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@172812 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/tsan/tests')
-rw-r--r--lib/tsan/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsan/tests/CMakeLists.txt b/lib/tsan/tests/CMakeLists.txt
index d452f60c..0fcc6b2b 100644
--- a/lib/tsan/tests/CMakeLists.txt
+++ b/lib/tsan/tests/CMakeLists.txt
@@ -6,7 +6,7 @@ set_target_properties(TsanUnitTests PROPERTIES
function(add_tsan_unittest testname)
# Build unit tests only on 64-bit Linux.
if(UNIX AND NOT APPLE
- AND CAN_TARGET_X86_64
+ AND CAN_TARGET_x86_64
AND CMAKE_SIZEOF_VOID_P EQUAL 8
AND NOT LLVM_BUILD_32_BITS)
add_unittest(TsanUnitTests ${testname} ${ARGN})