This is the optimized implementation for Fuchsia provided by the libc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Alternatively, I can move FastPoisonShadow implementation to asan_poisoning.cc and asan_fuchsia.cc and implement them separately for each platform, but we would loose the inlining if we do that.
Comment Actions
AFAICT the inlining is the whole point of FastPoisonShadow so this LGTM as is.
compiler-rt/lib/asan/asan_poisoning.h | ||
---|---|---|
76 ↗ | (On Diff #207911) | // SANITIZER_FUCHSIA? |