[PATCH] D20001: [MSan] Enable on PowerPC64.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 17:24:13 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL269522: [MSan] Enable on PowerPC64. (authored by koriakin).

Changed prior to commit:
  http://reviews.llvm.org/D20001?vs=56359&id=57273#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D20001

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
@@ -183,7 +183,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.57273.patch
Type: text/x-patch
Size: 674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160514/d96a1b6a/attachment.bin>


More information about the llvm-commits mailing list