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 c744f61 commit bb263f5Copy full SHA for bb263f5
llvm/examples/IRTransforms/SimplifyCFG.cpp
@@ -407,7 +407,7 @@ llvm::PassPluginLibraryInfo getExampleIRTransformsPluginInfo() {
407
}};
408
}
409
410
-#ifndef LLVM_SIMPLIFYCFG_LINK_INTO_TOOLS
+#ifndef LLVM_EXAMPLEIRTRANSFORMS_LINK_INTO_TOOLS
411
extern "C" LLVM_ATTRIBUTE_WEAK ::llvm::PassPluginLibraryInfo
412
llvmGetPassPluginInfo() {
413
return getExampleIRTransformsPluginInfo();
0 commit comments