summaryrefslogtreecommitdiff
path: root/cmake/builtin-config-ix.cmake
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2017-05-01 20:35:02 +0000
committerSterling Augustine <saugustine@google.com>2017-05-01 20:35:02 +0000
commit612bed15f9652384a92a7967c0b62f068bd00088 (patch)
tree38f0f6521cc92c2144cc62441899a0691c76abbf /cmake/builtin-config-ix.cmake
parent120e487c471b4dcedc829166cb67b513aab62edc (diff)
Add powerpc64 and powerpc64le to build infrastructure.
From Phab D32031. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@301831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/builtin-config-ix.cmake')
-rw-r--r--cmake/builtin-config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/builtin-config-ix.cmake b/cmake/builtin-config-ix.cmake
index dc2ec1694..74b4d583d 100644
--- a/cmake/builtin-config-ix.cmake
+++ b/cmake/builtin-config-ix.cmake
@@ -40,7 +40,7 @@ if(APPLE)
endif()
set(ALL_BUILTIN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}
- ${MIPS32} ${MIPS64} ${WASM32} ${WASM64})
+ ${MIPS32} ${MIPS64} ${PPC64} ${WASM32} ${WASM64})
include(CompilerRTUtils)
include(CompilerRTDarwinUtils)