[PATCH] D67258: Out-of-tree machine IR passes
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 23:45:51 PST 2019
lkail added inline comments.
================
Comment at: examples/OutOfTreeMIR/ModulePass/ModulePass.cpp:1
+#include <llvm/CodeGen/MIRPrinter.h>
+#include <llvm/CodeGen/MachineModuleInfo.h>
----------------
Please add copyright information.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67258/new/
https://reviews.llvm.org/D67258
More information about the llvm-commits
mailing list