We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea23773 commit d6e90c4Copy full SHA for d6e90c4
bolt/CMakeLists.txt
@@ -62,7 +62,7 @@ endif() # standalone
62
63
# Determine default set of targets to build -- the intersection of
64
# those BOLT supports and those LLVM is targeting.
65
-set(BOLT_TARGETS_TO_BUILD_all "AArch64;X86;RISCV")
+set(BOLT_TARGETS_TO_BUILD_all "AArch64;X86;RISCV;PowerPC")
66
set(BOLT_TARGETS_TO_BUILD_default)
67
foreach (tgt ${BOLT_TARGETS_TO_BUILD_all})
68
if (tgt IN_LIST LLVM_TARGETS_TO_BUILD)
0 commit comments