[PATCH] D43067: Implement equal_range for the DWARF v5 accelerator table

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 03:56:23 PST 2018


labath added inline comments.


================
Comment at: tools/llvm-dwarfdump/llvm-dwarfdump.cpp:370
-            for (auto Atom : Entry)
-              if (auto Offset = Atom.getAsSectionOffset())
-                return Offset;
----------------
Technically, this changes behavior for apple tables as previously it would accept any section offset here, but I think the author was looking for the DIE offset here anyway.


Repository:
  rL LLVM

https://reviews.llvm.org/D43067





More information about the llvm-commits mailing list