[PATCH] D30664: [DWARFv5] Update definitions to match published spec

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 14:12:29 PST 2017


probinson marked an inline comment as done.
probinson added a comment.

beanz got his in first, so the DWARFEmitter.cpp changes move to DWARFVisitor.cpp.  I'm rebuilding to make sure I didn't make any new typos, then will commit.



================
Comment at: include/llvm/Support/Dwarf.def:167
 HANDLE_DW_TAG(0x004b, immutable_type)
-
-// User-defined tags.
+// Vendor extensions.
 HANDLE_DW_TAG(0x4081, MIPS_loop)
----------------
aprantl wrote:
> `Comment:` versus `Comment.`?
Good point.


https://reviews.llvm.org/D30664





More information about the llvm-commits mailing list