[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:09:32 PST 2018


krytarowski added inline comments.


================
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
----------------
krytarowski wrote:
> This test should be available for all POSIX systems.
> 
> It works on NetBSD as it is.
It might be a good idea to split the readlink(2) and readlinkat(2) into separate tests.
Also this -m64 should be dropped.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42630





More information about the llvm-commits mailing list