This is an archive of the discontinued LLVM Phabricator instance.

Reuse interception_linux for NetBSD
ClosedPublic

Authored by krytarowski on Aug 4 2017, 9:02 AM.

Details

Summary

Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Aug 4 2017, 9:02 AM
vitalybuka added inline comments.Aug 4 2017, 2:33 PM
lib/interception/interception_linux.cc
20

internal_strcmp?

krytarowski added inline comments.Aug 4 2017, 4:48 PM
lib/interception/interception_linux.cc
20

Is it available for interception/?

vitalybuka accepted this revision.Aug 7 2017, 6:09 PM
This revision is now accepted and ready to land.Aug 7 2017, 6:09 PM

Could you please add test?

Could you please add test?

There is on internal_strcmp

Could you please add test?

internal_strcmp works. I will include and commit it under #ifdef NetBSD.

krytarowski closed this revision.Aug 8 2017, 5:10 AM