[PATCH] D42529: [NFC] Rename DwarfAccelTable and move header. NFC

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 14:30:58 PST 2018


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


================
Comment at: include/llvm/CodeGen/AccelTable.h:35
+// for null lookup rather than access to known data. The DWARFv5 accelerator
+// tables are a direct evolution of the Apple accelerator tables that are
+// implemented in LLVM, after going through the standardization process and
----------------
Replace this sentence with: `The Apple accelerator tables are a precursor of the newer DWARF v5 accelerator tables. Both formats share common design ideas.`


Repository:
  rL LLVM

https://reviews.llvm.org/D42529





More information about the llvm-commits mailing list