LLVM 19.0.0git
Extensions.cpp
Go to the documentation of this file.
2#define HANDLE_EXTENSION(Ext) \
3 llvm::PassPluginLibraryInfo get##Ext##PluginInfo();
4#include "llvm/Support/Extension.def"
5
6
7namespace llvm {
8 namespace details {
10#define HANDLE_EXTENSION(Ext) \
11 get##Ext##PluginInfo();
12#include "llvm/Support/Extension.def"
13 }
14 }
15}
void extensions_anchor()
Definition: Extensions.cpp:9
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18