This patch ports the assembly file implementing TSan's setjmp support to AArch64 on Darwin.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a nit
lib/tsan/rtl/tsan_interceptors.cc | ||
---|---|---|
464 ↗ | (On Diff #105692) | Have you tested this on freebsd? If not, please separate SANITIZER_FREEBSD and SANITIZER_MAC and add this only for SANITIZER_MAC. Let's get a build failure instead of an obscure runtime failure. |