[PATCH] D62718: [llvm-objcopy] Change handling of output file permissions
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 29 01:15:27 PDT 2019
abrachet marked 4 inline comments as done.
abrachet added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test:4
+
+## Unix version of this test must use umask(1)
+## or tests might fail.
----------------
jhenderson wrote:
> You could probably combine this comment paragraph with the initial one.
> You could probably combine this comment paragraph with the initial one.
I separated these because the initial one is explaining the entire test but the second comment is explaining the `# UNSUPPORTED: system-windows`. Do you still think I should combine them, I don't have a large preference.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62718/new/
https://reviews.llvm.org/D62718
More information about the llvm-commits
mailing list