Skip to content

Commit 413f292

Browse files
committed
Manual: PassBuilder: Add annotation to PrintPiplinePasses
This is used only by opt.
1 parent 8955c78 commit 413f292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Passes/PassBuilder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ static const Regex DefaultAliasRegex(
274274
"^(default|thinlto-pre-link|thinlto|lto-pre-link|lto)<(O[0123sz])>$");
275275

276276
namespace llvm {
277+
LLVM_FUNC_ABI // Used by opt.
277278
cl::opt<bool> PrintPipelinePasses(
278279
"print-pipeline-passes",
279280
cl::desc("Print a '-passes' compatible string describing the pipeline "

0 commit comments

Comments
 (0)