[compiler-rt] r269532 - Revert "[MSan] Enable on PowerPC64."

Marcin Koscielnicki via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 19:17:39 PDT 2016


Author: koriakin
Date: Fri May 13 21:17:38 2016
New Revision: 269532

URL: http://llvm.org/viewvc/llvm-project?rev=269532&view=rev
Log:
Revert "[MSan] Enable on PowerPC64."

This reverts commit r269522.

This broke dtls_test.c on ppc64le buildbots.

Modified:
    compiler-rt/trunk/cmake/config-ix.cmake

Modified: compiler-rt/trunk/cmake/config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/config-ix.cmake?rev=269532&r1=269531&r2=269532&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/config-ix.cmake (original)
+++ compiler-rt/trunk/cmake/config-ix.cmake Fri May 13 21:17:38 2016
@@ -183,7 +183,7 @@ set(ALL_ASAN_SUPPORTED_ARCH ${X86} ${X86
     ${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} ${PPC64})
+set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64})
 set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC64}
     ${MIPS32} ${MIPS64})
 set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64})




More information about the llvm-commits mailing list