[PATCH] D43286: [CodeGen] Generate DWARF v5 Accelerator Tables

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 11:20:25 PDT 2018


labath added a comment.

In https://reviews.llvm.org/D43286#1033296, @aprantl wrote:

> If you want to, we could bring this up on the dwarf-discuss mailing list. It will be pretty much the same people as here, but the outcome will have more of a binding character :-)


After nearly finishing my email, I've found that the forms actually are actually present in the spec, just in a different table (page 234) than what I was looking at. It confirms that the form class should be "reference", (which is a bit unfortunate as our current reference parsing code assumes you have a DWARFUnit pointer around, but that's not the problem of the spec). So, one less thing to worry about here..


Repository:
  rL LLVM

https://reviews.llvm.org/D43286





More information about the llvm-commits mailing list