[llvm] [llvm-dwp] Fix FoundCUUnit problem on soft-stop with DWARF5 (PR #169783)
Jinjie Huang via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 2 20:36:23 PST 2025
Jinjie-Huang wrote:
Thanks for sussgestion.
> I believe llvm/test/tools/llvm-dwp/X86/overflow_debug_info_v5.test.manual already tests oveflow, so maybe can be modified?
Seems these previous test files for overflow were not actually enabled in the baseline. Because their suffixes fall outside the scope of the [test configuration](https://github.com/llvm/llvm-project/blob/main/llvm/test/tools/llvm-dwp/X86/lit.local.cfg#L4).
> Yep - could you show the behavior of the test case (just running the command line tools manually) before and after this patch, and include those commands/results in the patch description?
I've marked the test in this patch as UNSUPPORTED for now and have added the commands and results in the patch description.
https://github.com/llvm/llvm-project/pull/169783
More information about the llvm-commits
mailing list