[PATCH] D21831: [ASan] Enable on SystemZ.
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 07:57:36 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL287764: [ASan] Enable on SystemZ. (authored by koriakin).
Changed prior to commit:
https://reviews.llvm.org/D21831?vs=62184&id=79083#toc
Repository:
rL LLVM
https://reviews.llvm.org/D21831
Files:
compiler-rt/trunk/cmake/config-ix.cmake
Index: compiler-rt/trunk/cmake/config-ix.cmake
===================================================================
--- compiler-rt/trunk/cmake/config-ix.cmake
+++ compiler-rt/trunk/cmake/config-ix.cmake
@@ -148,7 +148,7 @@
set(ALL_SANITIZER_COMMON_SUPPORTED_ARCH ${X86} ${X86_64} ${PPC64}
${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${S390X})
set(ALL_ASAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}
- ${MIPS32} ${MIPS64} ${PPC64})
+ ${MIPS32} ${MIPS64} ${PPC64} ${S390X})
set(ALL_DFSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64})
set(ALL_LSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64})
set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21831.79083.patch
Type: text/x-patch
Size: 673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/ef2a405f/attachment.bin>
More information about the llvm-commits
mailing list