This is an archive of the discontinued LLVM Phabricator instance.

Add new NetBSD interceptors: devname(3), devname_r(3)
ClosedPublic

Authored by krytarowski on Jan 15 2018, 1:15 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Jan 15 2018, 1:15 AM
krytarowski edited the summary of this revision. (Show Details)Jan 16 2018, 5:19 PM
  • rebase to HEAD
  • add tests
vitalybuka accepted this revision.Feb 2 2018, 10:35 AM
vitalybuka added inline comments.
test/sanitizer_common/TestCases/NetBSD/devname_r.cc
1

here and above
// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck

This revision is now accepted and ready to land.Feb 2 2018, 10:35 AM

correct tests

krytarowski marked an inline comment as done.Feb 2 2018, 10:45 AM
vitalybuka added inline comments.Feb 2 2018, 10:46 AM
test/sanitizer_common/TestCases/NetBSD/devname_r.cc
1

FileCheck %s, I guess

This revision was automatically updated to reflect the committed changes.
krytarowski added inline comments.Feb 2 2018, 10:48 AM
test/sanitizer_common/TestCases/NetBSD/devname_r.cc
1

I will fix it!

krytarowski added inline comments.Feb 2 2018, 10:51 AM
test/sanitizer_common/TestCases/NetBSD/devname_r.cc
1

SVN r. 324121