[PATCH] D49031: [AccelTable] Extract EmitterInfo

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 13:22:53 PDT 2018


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/CodeGen/AccelTable.h:292
+/// Dwarf accelerator tables.
+class AccelTableEmitterInfo {
+public:
----------------
What would you think about `Writer` instead of `Emitter`?


https://reviews.llvm.org/D49031





More information about the llvm-commits mailing list