This function is unused because fuchsia does not support a dynamic shadow.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think it would be more in keeping with local style to make this a third #elif SANITIZER_FUCHSIA leg in the middle with the InitShadowGOT stub. FindDynamicShadowStart is only called from Linux-specific code and does not need to be defined.
Comment Actions
lgtm
compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp | ||
---|---|---|
116 | Put blank lines around #if et al. |
Put blank lines around #if et al.