[PATCH] D85732: [compiler-rt][asan][test] Skipt sanitizer_common tests on Sparc
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 01:21:33 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG55e472e9dab6: [compiler-rt][asan][test] Skipt sanitizer_common tests on Sparc (authored by ro).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85732/new/
https://reviews.llvm.org/D85732
Files:
compiler-rt/test/sanitizer_common/CMakeLists.txt
Index: compiler-rt/test/sanitizer_common/CMakeLists.txt
===================================================================
--- compiler-rt/test/sanitizer_common/CMakeLists.txt
+++ compiler-rt/test/sanitizer_common/CMakeLists.txt
@@ -62,6 +62,9 @@
if(APPLE)
darwin_filter_host_archs(${tool_toupper}_SUPPORTED_ARCH TEST_ARCH)
endif()
+ if(${tool} STREQUAL "asan")
+ list(REMOVE_ITEM TEST_ARCH sparc sparcv9)
+ endif()
# TODO(dliew): We should iterate over the different
# Apple platforms, not just macOS.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85732.285279.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200813/c1877b17/attachment.bin>
More information about the llvm-commits
mailing list