[PATCH] D20001: [MSan] Enable on PowerPC64.
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Thu May 5 15:42:42 PDT 2016
koriakin created this revision.
koriakin added reviewers: eugenis, aizatsky.
koriakin added a subscriber: llvm-commits.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Sanitizers.
koriakin added a dependency: D20000: [MSan] [PowerPC] Implement PowerPC64 vararg helper..
Depends on D20000 - the last missing bit. Testsuite now passing on powerpc64, powerpc64le.
Repository:
rL LLVM
http://reviews.llvm.org/D20001
Files:
cmake/config-ix.cmake
Index: cmake/config-ix.cmake
===================================================================
--- cmake/config-ix.cmake
+++ cmake/config-ix.cmake
@@ -261,7 +261,7 @@
${MIPS32} ${MIPS64} ${PPC64})
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})
+set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64})
set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC64}
${MIPS32} ${MIPS64})
set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20001.56359.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160505/1e79c280/attachment.bin>
More information about the llvm-commits
mailing list