[llvm-branch-commits] [clang] [Clang] Add __builtin_allow_sanitize_check() (PR #172030)

2025-12-13 Thread Kees Cook via llvm-branch-commits
kees wrote: Okay, sounds good. Thanks for confirming! https://github.com/llvm/llvm-project/pull/172030 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [Clang] Add __builtin_allow_sanitize_check() (PR #172030)

2025-12-13 Thread Kees Cook via llvm-branch-commits
kees wrote: Tangent: we don't disable UBSAN in noinstr (yet) -- do we need to consider including it here, though? (I suspect not, as it rather different from the others, but I thought I'd ask.) https://github.com/llvm/llvm-project/pull/172030 ___ llv