This is an archive of the discontinued LLVM Phabricator instance.

Handle NetBSD symbol mangling for nanosleep and vfork
ClosedPublic

Authored by krytarowski on Oct 29 2018, 1:38 AM.

Details

Summary

Native code generated on NetBSD mangles:

  • vfork into __vfork14
  • nanosleep into __nanosleep50

Handle this accordingly in TSan.

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Oct 29 2018, 1:38 AM
vitalybuka accepted this revision.Oct 29 2018, 10:52 AM
This revision is now accepted and ready to land.Oct 29 2018, 10:52 AM
This revision was automatically updated to reflect the committed changes.