diff options
author | Orlando Cazalet-Hyams <orlando.hyams@sony.com> | 2024-06-06 09:31:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 09:31:17 +0100 |
commit | c2e62c745996cbd4e19ac1ffcafc849960377b57 (patch) | |
tree | 1aa7b244caa2e71e188e0d70c7f8fdedd38716be /clang/lib/Interpreter/Interpreter.cpp | |
parent | f1e78f776908f2bc1759eae25381f576f62728a2 (diff) | |
download | llvm-c2e62c745996cbd4e19ac1ffcafc849960377b57.zip llvm-c2e62c745996cbd4e19ac1ffcafc849960377b57.tar.gz llvm-c2e62c745996cbd4e19ac1ffcafc849960377b57.tar.bz2 |
[llvm-reduce] Remove DIGlobalVariableExpressions from DICompileUnit's globals (#94497)
The 'metadata' delta pass will remove !dbg attachments from globals (which are
DIGlobalVariableExpression nodes). The DIGlobalVariableExpressions don't get
eliminated from the IR however if they are still referenced by the globals
field in DICompileUnit.
Teach the 'di-metadata' pass to try removing global variable operands from
metadata tuples as well as DINodes.
Diffstat (limited to 'clang/lib/Interpreter/Interpreter.cpp')
0 files changed, 0 insertions, 0 deletions