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 8955c78 commit 413f292Copy full SHA for 413f292
llvm/lib/Passes/PassBuilder.cpp
@@ -274,6 +274,7 @@ static const Regex DefaultAliasRegex(
274
"^(default|thinlto-pre-link|thinlto|lto-pre-link|lto)<(O[0123sz])>$");
275
276
namespace llvm {
277
+LLVM_FUNC_ABI // Used by opt.
278
cl::opt<bool> PrintPipelinePasses(
279
"print-pipeline-passes",
280
cl::desc("Print a '-passes' compatible string describing the pipeline "
0 commit comments