This is an archive of the discontinued LLVM Phabricator instance.

Disable absent functions in MSan/NetBSD interceptors
ClosedPublic

Authored by krytarowski on Dec 2 2017, 3:00 AM.

Details

Summary

Disable for NetBSD missing functions missing in this OS:

  • mempcpy,
  • __libc_memalign,
  • malloc_usable_size,
  • stpcpy,
  • gcvt,
  • wmempcpy,
  • fcvt.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Dec 2 2017, 3:00 AM
vitalybuka accepted this revision.Dec 5 2017, 4:44 PM
This revision is now accepted and ready to land.Dec 5 2017, 4:44 PM
krytarowski closed this revision.Dec 5 2017, 5:03 PM