And move some Android specifi declarations from headers
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_linux.h | ||
---|---|---|
156–164 | IMO, keeping them in one place is easier to maintain than scattering them to the .cpp files. |
compiler-rt/lib/sanitizer_common/sanitizer_linux.h | ||
---|---|---|
156–164 | The are kind of unrelated and we need to try to move __libc_iterate_dynamic_tls into platform specific file, probably sanitizer_linux_libcdep.cpp anyway |
compiler-rt/lib/sanitizer_common/sanitizer_linux.h | ||
---|---|---|
156–164 | Can we make *_libcdep.h to dump these weak-decls? |
IMO, keeping them in one place is easier to maintain than scattering them to the .cpp files.
We've already put a few android-specific things here anyways.