[compiler-rt] [llvm] [ASan] Do not instrument catch block parameters on Windows (PR #159618)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 30 22:58:40 PDT 2025
thurstond wrote:
@davidmrdavid Shot in the dark: is opt.exe out of date? At least on Linux, it's common for clang to be rebuilt without building opt (or vice-versa), and then they can become out of sync.
For example, if I build 'LIT_FILTER=AddressSanitizer ninja check-llvm', that will update opt but not clang. IIRC 'ninja check-asan' will build will update clang but not opt.
https://github.com/llvm/llvm-project/pull/159618
More information about the llvm-commits
mailing list