diff options
author | David Blaikie <dblaikie@gmail.com> | 2017-05-26 17:05:15 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2017-05-26 17:05:15 +0000 |
commit | 7f2b717b52f9a3884ef0f1d8a3704097892d988c (patch) | |
tree | 01c40454b8ec75229e092becef68ff73d36d1209 /clang/lib/AST/MicrosoftMangle.cpp | |
parent | dde28a8c92683e068cec7901353f4f3d8f3bc9a0 (diff) | |
download | bcm5719-llvm-7f2b717b52f9a3884ef0f1d8a3704097892d988c.tar.gz bcm5719-llvm-7f2b717b52f9a3884ef0f1d8a3704097892d988c.zip |
DebugInfo: Don't include locations for debug-having code inlined into nodebug functions
This produced 'strange' DWARF anyway - the CU would have no ranges (or
at least not a range including the inlined code) nor any subprogram or
inlined_subroutine - yet the line table would have entries for these
instructions.
(this actually becomes more relevant with changes coming after this,
where a CU without any contents will be omitted entirely - so there
would be no line table to put this on anyway)
llvm-svn: 304004
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
0 files changed, 0 insertions, 0 deletions