[llvm] [ASan] Add metadata to renamed instructions so ASan doesn't use the i… (PR #119387)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 09:16:09 PST 2024


gbMattN wrote:

The failing tests (that were not failing before my changes) are doing so because of additional metadata in the DWARF output. I'm waiting until after the exact metadata is finalized before fixing that. I don't want to add something to the tests that will need to be changed later if the metadata is renamed/altered.

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


More information about the llvm-commits mailing list