Eliminate unnecessary instrumentation at __sanitizer_dtor_callback
call sites. Fixes https://github.com/google/sanitizers/issues/861.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
A test, please.
| clang/lib/CodeGen/CGClass.cpp | ||
|---|---|---|
| 1592 ↗ | (On Diff #115929) | Use SanitizerScope. |
Comment Actions
Please also add a tiny LLVM test that call instructions with nosanitize metadata are not instrumented.