[PATCH] D44384: [DEBUGINFO] Add -no-dwarf-debug-ranges option.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 20 12:31:26 PDT 2018
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Seems OK.
Still not sure what the "right" behavior is when this is disabled, but ranges are necessary to describe the entity (like this is going to produce some odd debug info if two functions are in different sections, as shown in the test - but also cases of scopes, etc inside a function).
Repository:
rL LLVM
https://reviews.llvm.org/D44384
More information about the llvm-commits
mailing list