Skip to content

Commit 19856c5

Browse files
committed
[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.
1 parent b72813f commit 19856c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/cmake/config-ix.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ set(X86 i386)
277277
set(X86_64 x86_64)
278278
set(MIPS32 mips mipsel)
279279
set(MIPS64 mips64 mips64el)
280+
set(PPC32 powerpc)
280281
set(PPC64 powerpc64 powerpc64le)
281282
set(RISCV32 riscv32)
282283
set(RISCV64 riscv64)

0 commit comments

Comments
 (0)