diff options
author | Jeremy Morse <jeremy.morse@sony.com> | 2024-02-07 15:31:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 15:31:59 +0000 |
commit | aeb58844dd6673417ebd7fb83f3acdf7282397fb (patch) | |
tree | fa2db11509d3ef29b499b813644df3edb5072f21 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 7a71ac2b00cd6ec06c113f8813f085d5ed346ad9 (diff) | |
download | llvm-aeb58844dd6673417ebd7fb83f3acdf7282397fb.zip llvm-aeb58844dd6673417ebd7fb83f3acdf7282397fb.tar.gz llvm-aeb58844dd6673417ebd7fb83f3acdf7282397fb.tar.bz2 |
[RemoveDIs] Don't convert debug-info in bitcode-loading just now (#80865)
We've been building and testing this no-debug-intrinsic work inside of
the pass manager for a while, so that optimisation passes get exercised
and tested when we turn it on. However, by converting to the
non-intrinsic form in the bitcode loader, we accidentally caused all
parts of LLVM to potentially see non-intrinsic debug-info.
Seeing how we're trying to turn things on incrementally, it was a
mistake to go this far this fast: we can instead just focus on enabling
during optimisations for the moment, then all the other parts of LLVM
later.
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions