This is an archive of the discontinued LLVM Phabricator instance.

Fix resolution-err.ll
ClosedPublic

Authored by stella.stamenova on Apr 13 2021, 3:27 PM.

Details

Summary

chmod tries to be very helpful on some platforms and prevent naive mistakes, by warning the user. This results in the following error during the test:

chmod: ...resolution-err.ll.tmp.resolution.txt: new permissions are r--rw-rw-, not r--r--r--

To fix the test, call chmod with u.

Diff Detail

Event Timeline

stella.stamenova requested review of this revision.Apr 13 2021, 3:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2021, 3:27 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 13 2021, 4:13 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.