Details
Details
- Reviewers
vitalybuka browneee
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I just wrote the same patch, plus this comment:
In the regex below, the x permission is matched with a '.'.
We would like '-', but sometimes 'x' is set, causing buildbot flakiness.
This might be due to READ_IMPLIES_EXEC being set (when it occurs all regions with r also have x).
TODO: investigate further and change 'rw{{[-x]}}p' back to 'rw-p'
Comment Actions
Suggest adding a comment and submitting to make that buildbot green.
Can revert later when we figure out why.