summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2017-02-14 19:48:13 +0000
committerTim Shen <timshen91@gmail.com>2017-02-14 19:48:13 +0000
commitefaaf0df986bb8a07f20ff79fbd832174a95e289 (patch)
tree4b8fbd291198f5fc089f5fd6be1aca02cece228e /cmake
parent0c45fb1c6c6f7555e09b00f95fd28fa32386a4e5 (diff)
Revert r295017 "Re-commit r294826 and r294781, with a fix on the cmake file to only"
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@295097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index f2b788085..493fdf479 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -183,7 +183,7 @@ set(ALL_SAFESTACK_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM64} ${MIPS32} ${MIPS64})
set(ALL_CFI_SUPPORTED_ARCH ${X86} ${X86_64} ${MIPS64})
set(ALL_ESAN_SUPPORTED_ARCH ${X86_64} ${MIPS64})
set(ALL_SCUDO_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64})
-set(ALL_XRAY_SUPPORTED_ARCH ${X86_64} ${ARM32} ${ARM64} powerpc64le)
+set(ALL_XRAY_SUPPORTED_ARCH ${X86_64} ${ARM32} ${ARM64})
if(APPLE)
include(CompilerRTDarwinUtils)