[PATCH] D49953: [compiler-rt] Add a routine to specify the mode used when creating profile dirs.
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 30 10:17:11 PDT 2018
probinson added a comment.
Is it possible/reasonable for the test to call __llvm_profile_recursive_mkdir and then verify the mode of the created directory?
The test would have to be flagged as unsupported on Windows but that seems fine.
https://reviews.llvm.org/D49953
More information about the cfe-commits
mailing list