summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectDisassembler.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-08-27 05:21:11 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-08-27 05:21:11 +0000
commit88ab1d70bc9e2ca6f074d9edf4e1f52074348bab (patch)
treed2247b6c844e81bd5b9dc005b11505c655e8fbc1 /llvm/lib/MC/MCObjectDisassembler.cpp
parented80aa55888bc8e52ddf10c2aa8e9f12967ffe7d (diff)
downloadbcm5719-llvm-88ab1d70bc9e2ca6f074d9edf4e1f52074348bab.tar.gz
bcm5719-llvm-88ab1d70bc9e2ca6f074d9edf4e1f52074348bab.zip
PR14569: Omit debug info for thunks
This was added in r166676 based on PR13942 on the basis that tools may need debug information for any executable code/function for some fairly broad/non-specific purposes. It seems to me (as noted in PR14569) that the major/only purpose is in backtraces, which should generally not apply to thunks as they won't appear in the stack themselves. By removing them we fix PR14569 and reduce the size of Clang's debug info. Strangely enough this doesn't seem to have a substantial impact on Clang's self-hosted debug info (at least looking at DWO file size) size at all. Not sure if I failed to test this correctly but I only observed a 0.004% change in DWO file size over Clang+LLVM. With thanks to Dinesh Dwivedi for work on this PR. llvm-svn: 189320
Diffstat (limited to 'llvm/lib/MC/MCObjectDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud