diff options
| author | Stephen Tozer <stephen.tozer@sony.com> | 2024-04-22 18:04:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 18:04:15 +0100 |
| commit | 8128d4b1229203c2ab20d3136410c149ea3652cf (patch) | |
| tree | 81a9cba6f027c141ffb40f0c61560d447c53e413 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
| parent | 330d8983d25d08580fc1642fea48b2473f47a9da (diff) | |
| download | llvm-8128d4b1229203c2ab20d3136410c149ea3652cf.zip llvm-8128d4b1229203c2ab20d3136410c149ea3652cf.tar.gz llvm-8128d4b1229203c2ab20d3136410c149ea3652cf.tar.bz2 | |
[RemoveDIs] Preserve debug info format in llvm-reduce (#89220)
As the goal of LLVM reduce is to simplify the input file, it should not
modify the debug info format - doing so by default would make it
impossible to reduce an error that only occurs in the old format, for
example (as briefly discussed at
https://github.com/llvm/llvm-project/pull/86275). This patch uses the
new "preserve debug info format" flag in llvm-reduce to prevent the
input from being subtly transformed by llvm-reduce itself; this has no
effect on any tools used for the interestingness check (i.e. if `opt` is
invoked, it will still convert the reduced input to the new format by
default), but simply ensures that the reduced file is strictly reduced
rather than modified.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions
