[clang] [OpenMP][ASan] Enable ASan Instrumentation for AMDGPUOpenMPToolChain. (PR #124754)
Amit Kumar Pandey via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 4 21:20:00 PST 2025
================
@@ -1106,8 +1106,12 @@ bool AMDGPUToolChain::shouldSkipSanitizeOption(
// For simplicity, we only allow -fsanitize=address
SanitizerMask K = parseSanitizerValue(A->getValue(), /*AllowGroups=*/false);
- if (K != SanitizerKind::Address)
+ if (K != SanitizerKind::Address) {
----------------
ampandey-1995 wrote:
Hi @Joseph ,
Does this patch resolves the above issue https://github.com/llvm/llvm-project/pull/125095.
https://github.com/llvm/llvm-project/pull/124754
More information about the cfe-commits
mailing list