This is an archive of the discontinued LLVM Phabricator instance.

Disable detection of on_exit()/TSan on NetBSD
ClosedPublic

Authored by krytarowski on Nov 3 2017, 1:26 PM.

Details

Summary

NetBSD does not ship with on_exit() function.

Introduce TSAN_MAYBE_INTERCEPT_ON_EXIT.
It looks like this addition fixes build for Darwin.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Nov 3 2017, 1:26 PM
vitalybuka accepted this revision.Nov 3 2017, 1:27 PM
This revision is now accepted and ready to land.Nov 3 2017, 1:27 PM
krytarowski closed this revision.Nov 3 2017, 1:40 PM