aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorOrlando Cazalet-Hyams <orlando.hyams@sony.com>2024-03-25 09:28:01 +0000
committerGitHub <noreply@github.com>2024-03-25 09:28:01 +0000
commit2ef612050844355906e4b67d892a00bbb58c41d6 (patch)
tree4f76a63f97fe18ff827c912e6513a24fea433fc9 /clang/lib/CodeGen/CodeGenModule.cpp
parente550022b68fc75d32e44faa59ed8f02036cd8f26 (diff)
downloadllvm-2ef612050844355906e4b67d892a00bbb58c41d6.zip
llvm-2ef612050844355906e4b67d892a00bbb58c41d6.tar.gz
llvm-2ef612050844355906e4b67d892a00bbb58c41d6.tar.bz2
[RemoveDIs] Do not load into new debug info format from bitcode by default (#86268)
This is NFC right now, as the global default behaviour is also "do not load into the new debug info format by default", but we want to change that soon. Additionally unconditionally convert from the new debug info format into if we've loaded into it (e.g., if the bitcode file loaded was already in the new format). The latter change is needed because verify-uselistorder doesn't yet understand DbgRecords (it doesn't know how to map them). The former change is needed because if we load from an old debug format bitcode file but load directly into the new format _and then convert back to the old mode after_, the use-lists of the debug intrinsic functions (the functions' global value uses) change.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions