[compiler-rt] 19856c5 - [NFC][compiler-rt] Add ppc32 to the list of arch
David Tenty via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 20:32:19 PDT 2020
Author: David Tenty
Date: 2020-10-13T23:28:47-04:00
New Revision: 19856c598289a1bd8ac09dc9f6c7a56ae606be16
URL: https://github.com/llvm/llvm-project/commit/19856c598289a1bd8ac09dc9f6c7a56ae606be16
DIFF: https://github.com/llvm/llvm-project/commit/19856c598289a1bd8ac09dc9f6c7a56ae606be16.diff
LOG: [NFC][compiler-rt] Add ppc32 to the list of arch
This should have been done when it was added to the symmetrical list in
the builtins config-ix in D87383, but it was overlooked.
Added:
Modified:
compiler-rt/cmake/config-ix.cmake
Removed:
################################################################################
diff --git a/compiler-rt/cmake/config-ix.cmake b/compiler-rt/cmake/config-ix.cmake
index 23a47f2b8539..12c2996210c4 100644
--- a/compiler-rt/cmake/config-ix.cmake
+++ b/compiler-rt/cmake/config-ix.cmake
@@ -277,6 +277,7 @@ set(X86 i386)
set(X86_64 x86_64)
set(MIPS32 mips mipsel)
set(MIPS64 mips64 mips64el)
+set(PPC32 powerpc)
set(PPC64 powerpc64 powerpc64le)
set(RISCV32 riscv32)
set(RISCV64 riscv64)
More information about the llvm-commits
mailing list