[PATCH] D6379: Only warn about DWARF2 supporting one section per compilation unit for code sections

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 12:33:45 PDT 2017


probinson added a comment.

The DWARF2 restriction looks like it is related to non-contiguous code ranges, which were added in DWARF 3.  So the warning should apply to code sections only.  In that respect, functionally I think it's okay.
The diff needs to be refreshed as the surrounding code has changed in the interim, and it still needs a test.


https://reviews.llvm.org/D6379





More information about the llvm-commits mailing list