[PATCH] D41214: [cmake] Fix typo in test/asan/CMakeLists.txt
Azharuddin Mohammed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 13:31:07 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL321760: [cmake] Fix typo in test/asan/CMakeLists.txt (authored by azharudd, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41214?vs=126878&id=128558#toc
Repository:
rL LLVM
https://reviews.llvm.org/D41214
Files:
compiler-rt/trunk/test/asan/CMakeLists.txt
Index: compiler-rt/trunk/test/asan/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/test/asan/CMakeLists.txt
+++ compiler-rt/trunk/test/asan/CMakeLists.txt
@@ -8,7 +8,7 @@
# unreliable. Remove the asan tests from check-all in this configuration.
set(SHADOW_MAPPING_UNRELIABLE FALSE)
if(OS_NAME MATCHES "Windows" AND CMAKE_SIZEOF_VOID_P EQUAL 8 AND
- ${CMAKE_SYSTEM_VERSION} LESS 6.2)
+ CMAKE_SYSTEM_VERSION LESS 6.2)
set(SHADOW_MAPPING_UNRELIABLE TRUE)
message(WARNING "Disabling ASan tests because they are unreliable on Windows 7 and earlier")
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41214.128558.patch
Type: text/x-patch
Size: 626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180103/e2469e92/attachment.bin>
More information about the llvm-commits
mailing list