[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.
This commit is contained in:
David Tenty 2020-10-08 14:43:19 -04:00
parent b72813f4d6
commit 19856c5982
1 changed files with 1 additions and 0 deletions

View 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)