[all-commits] [llvm/llvm-project] 47b162: [llvm-reduce] Fail verifier less when removing deb...
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Oct 7 16:22:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47b1623b1fc4b8aaa2d4c310bbc3a895cbb1f527
https://github.com/llvm/llvm-project/commit/47b1623b1fc4b8aaa2d4c310bbc3a895cbb1f527
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
A llvm/test/tools/llvm-reduce/debug-metadata-verifier.ll
M llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp
Log Message:
-----------
[llvm-reduce] Fail verifier less when removing debug metadata
Without this patch, we hit the following a lot:
"llvm.dbg.declare intrinsic requires a !dbg attachment"
"DICompileUnit not listed in llvm.dbg.cu"
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D135492
More information about the All-commits
mailing list