https://github.com/vitalybuka approved this pull request.
https://github.com/llvm/llvm-project/pull/96120
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Alexander Shaposhnikov (alexander-shaposhnikov)
Changes
Enable nsan on Linux only.
Adding support for X86_64 MacOS requires minimal efforts
(might need to copy some bits from other sanitizers (in compiler-rt)).
Currently the function
https://github.com/alexander-shaposhnikov created
https://github.com/llvm/llvm-project/pull/96120
Enable nsan on Linux only.
Adding support for X86_64 MacOS requires minimal efforts
(might need to copy some bits from other sanitizers (in compiler-rt)).
Currently the functionality has been tested