[llvm] CodeGen: Remove -disable-debug-info-print cl::opt (PR #100319)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 10:02:36 PDT 2024
dwblaikie wrote:
Generally seems OK to me - though did find this https://github.com/llvm/llvm-project/issues/44225 recent (well, 2020) issue using it to debug debug-info-affects-codegen bugs, which makes sense (can straight up diff the output, since both sides don't have any debug info, which is a bit easier to check than other ways).
Myabe @jmorse and co might have opinions on whether they want this sort of thing for any ongoing work on the debug info intrinsics migration, etc.
https://github.com/llvm/llvm-project/pull/100319
More information about the llvm-commits
mailing list