[clang] [AMDGPU] Do not enable GPU sanitizers by default (PR #126090)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 6 11:14:42 PST 2025


yxsamliu wrote:

This may break ROCm santizer builds since whether santizer is on should be determined by -fsanitize only, i.e. by default -fgpu-sanitize should be on.

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


More information about the cfe-commits mailing list