Workaround for PR37929
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This looks very brittle. Any change to function signature, and good luck finding out why compilation is suddenly 5x slower.
WDYT about modifying the code generator to add no_sanitize attribute to the function?
Comment Actions
I guess, adding a few wildcards to the suppression to match only the function and/or class name would also be acceptable.
Comment Actions
The reason I prefer the blacklist approach is that it doesn't bleed an aarch64-specific ubsan failure into common code generation routines.