Files
clang-p2996/llvm/lib/Transforms/Instrumentation
Evgenii Stepanov 79a3260975 [hwasan] Remove memory attrs from instrumented functions. (#92974)
HWASan instrumentation makes writeonly attribute on function parameters,
as well as most memory(*) attributes invalid. This causes
miscompilations with LTO, when more optimizations are run after the
HWASan pass.
2024-05-21 17:15:08 -07:00
..