[PATCH] D42630: Add interceptors for readlinkat, name_to_handle_at, open_by_handle_at
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 04:05:20 PST 2018
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:6947
INIT_GETGROUPLIST;
+ INIT_READLINK;
----------------
I would drop empty newlines.
================
Comment at: test/sanitizer_common/TestCases/Linux/readlink.cc:1
+// RUN: %clangxx -m64 -O0 -g -xc++ %s -o %t && %run %t
+// REQUIRES: x86_64-target-arch
----------------
This test should be available for all POSIX systems.
It works on NetBSD as it is.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42630
More information about the llvm-commits
mailing list