[llvm] Solve llvm-dwp overflow problem, skipped over 4GB '.dwo' files (PR #71902)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 10:54:33 PST 2023


ayermolo wrote:

I think a list of .o/.dwo files can be specified to llvm-dwp to produce .dwp file, correct?
Maybe better alternative is to have that logic on a side that invokes llvm-dwp to include debug information that is necessary. Instead of dropping entries that happen to be over 4GB, and might or might not be important to actual debugging.

https://github.com/llvm/llvm-project/pull/71902


More information about the llvm-commits mailing list