[clang] [hwasan] Don't instrument when PGO profile is collected (PR #86739)

Arthur Eubanks via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 26 14:12:43 PDT 2024


aeubanks wrote:

why can't hwasan and PGO instrumentation coexist?

and this seems like it should be an error at the clang driver level, instead of silently turning off one of the requested features

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


More information about the cfe-commits mailing list