[llvm] [RemoveDIs] Do not load into new debug info format from bitcode by default (PR #86268)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 05:10:55 PDT 2024


OCHyams wrote:

> `Why the extra 'r' first in DbgInforFormat?`.

Oops, a typo in the patch that added the flag. I'll fix that separately.

> Presumably the intention behind this so that we can widen the scope of RemoveDIs while keeping it turned off for verify-uselistorder?

Yep, I'm going to upload more patches that enable the bitcode loading by default in specific tools. The intention is that once those stick for a while we can make it the global default.




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


More information about the llvm-commits mailing list