Skip to content

Commit d6e90c4

Browse files
committed
[PPC][BOLT] Adding PowerPC in parent CMakeLists
1 parent ea23773 commit d6e90c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ endif() # standalone
6262

6363
# Determine default set of targets to build -- the intersection of
6464
# those BOLT supports and those LLVM is targeting.
65-
set(BOLT_TARGETS_TO_BUILD_all "AArch64;X86;RISCV")
65+
set(BOLT_TARGETS_TO_BUILD_all "AArch64;X86;RISCV;PowerPC")
6666
set(BOLT_TARGETS_TO_BUILD_default)
6767
foreach (tgt ${BOLT_TARGETS_TO_BUILD_all})
6868
if (tgt IN_LIST LLVM_TARGETS_TO_BUILD)

0 commit comments

Comments
 (0)