[clang] [Clang][Sanitizers] Enable NSAN on X86_64 only (PR #95885)

Alexander Shaposhnikov via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 10:52:13 PDT 2024


alexander-shaposhnikov wrote:

~90% of the functionality would work on aarch64, but there are a few x86_64-specific quirks (__float128, x86-64-specific assumptions about long double in the helper routines) that need to be refactored (beyond my current bandwidth).

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


More information about the cfe-commits mailing list