[PATCH] D41097: [ELF] Only check user permissions in the file access test

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 16:00:57 PST 2017


ruiu added a comment.

I wonder if replacing `gnustat` with `shell` and use `[ -x <filename> ]` is more robust than using gnustat. At least there's a precedence in clang/test/Driver/target-override.c.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41097





More information about the llvm-commits mailing list