[PATCH] D49102: [AccelTable] Provide DWARF5AccelTableStaticData for dsymutil.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 15:45:32 PDT 2018
probinson added a comment.
Minor drive-by comment.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp:573
+
+void emitDWARF5AccelTable(
+ AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents,
----------------
I'm guessing this wants `llvm::` on it, same as the other overload.
https://reviews.llvm.org/D49102
More information about the llvm-commits
mailing list