Do not open code creation of an interceptor alias to another
interceptor. Instead, use INTERCEPTOR() + ALIAS() + WRAP.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151219
[compiler-rt] Always use INTERCEPTOR()+ALIAS()+WRAP() to create interceptor alias ClosedPublic Authored by melver on May 23 2023, 7:55 AM.
Details Summary Do not open code creation of an interceptor alias to another
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 23 2023, 8:00 AM This revision was landed with ongoing or failed builds.May 24 2023, 2:58 AM Closed by commit rGe522fe1ebe30: [compiler-rt] Always use INTERCEPTOR()+ALIAS()+WRAP() to create interceptor… (authored by melver). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 524724 compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
|