forked from OSchip/llvm-project
868a8fd88f
Currently the generated pass declarations have to be enabled per-pass using multiple `GEN_PASS_DECL_{PASSNAME}` defines. This adds `GEN_PASS_DECL`, which enables the declarations for all passes in the group with a single macro. This is convenient for cases where a single header is used for all passes in the group. Reviewed By: mehdi_amini, mscuttari Differential Revision: https://reviews.llvm.org/D134766 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
EnumsGenTest.cpp | ||
FormatTest.cpp | ||
OpBuildGen.cpp | ||
PassGenTest.cpp | ||
enums.td | ||
passes.td |