[clang] [OpenMP][ASan] Enable ASan Instrumentation for AMDGPUOpenMPToolChain. (PR #124754)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 28 06:32:47 PST 2025


https://github.com/jhuber6 commented:

Broad question, should we instead aim for having `-fsanitize` work for both sides? I've always been very much against all these `*-gpu` bloat flags when we could just do `-Xarch_host -fsanitize` or `-Xarch_device -fsanitize`. The word against that it usually whether or not it would force people to update some makefiles.

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


More information about the cfe-commits mailing list