[NFC][compiler-rt] Add ppc32 to the list of arch
authorDavid Tenty <daltenty@ibm.com>
Thu, 8 Oct 2020 18:43:19 +0000 (14:43 -0400)
committerDavid Tenty <daltenty@ibm.com>
Wed, 14 Oct 2020 03:28:47 +0000 (23:28 -0400)
This should have been done when it was added to the symmetrical list in
the builtins config-ix in D87383, but it was overlooked.

compiler-rt/cmake/config-ix.cmake

index 23a47f2..12c2996 100644 (file)
@@ -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)