This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS] Fix Permission denied pattern matching
ClosedPublic

Authored by abhina.sreeskantharajan on Jan 11 2021, 9:56 AM.

Details

Summary

On z/OS, the error message "EDC5111I Permission denied." is not matched correctly in lit tests. This patch updates the check expression to match successfully.

Diff Detail