[PATCH] D42053: Add new NetBSD interceptors: devname(3), devname_r(3)
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 10:37:46 PST 2018
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/sanitizer_common/TestCases/NetBSD/devname_r.cc:1
+// RUN: %clangxx -O0 -g %s -o %t && %run %t
+
----------------
here and above
// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck
Repository:
rL LLVM
https://reviews.llvm.org/D42053
More information about the llvm-commits
mailing list