Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "llvm/Passes/PassPlugin.h"
#define HANDLE_EXTENSION(Ext) \
llvm::PassPluginLibraryInfo get##Ext##PluginInfo();
#include "llvm/Support/Extension.def"
namespace llvm {
namespace details {
void extensions_anchor() {
get##Ext##PluginInfo();
}