[PATCH] D44384: [DEBUGINFO] Add -no-dwarf-debug-ranges option.
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 19 10:01:41 PDT 2018
echristo added a comment.
In https://reviews.llvm.org/D44384#1035072, @dblaikie wrote:
> (& the same question as the other change, about whether this should be a per-CU flag)
Right now the idea is that we're going to want to turn off certain kinds of sections for nvptx based assembly (same as the other patch). I think we can possibly come up with dwarf/elf ways to encode this data, but in the short term let's get asm printer (and use a flag to set it up piece by piece testable) and then we can try to figure out ways to actually get the data out in the long term.
I'll let the rest of the review go as it is since it's in progress. Thanks Dave :)
-eric
Repository:
rL LLVM
https://reviews.llvm.org/D44384
More information about the llvm-commits
mailing list