[PATCH] D70854: [Clang] In tests, do not always assume others permissions are set
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 2 13:58:01 PST 2019
rnk added inline comments.
================
Comment at: clang/test/Misc/permissions.cpp:8
// RUN: umask 002
// RUN: %clang_cc1 -emit-llvm-bc %s -o %t
----------------
If you change this to `umask 022`, does that result in `rw-r-----`? That would make the test meaningful on your system.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70854/new/
https://reviews.llvm.org/D70854
More information about the cfe-commits
mailing list