[PATCH] D95246: [SystemZ][z/OS] Fix No such file or directory expression error matching in lit tests - continued

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 01:32:04 PST 2021


grimar added a comment.

As far I understand, looking on the description of D94239 <https://reviews.llvm.org/D94239>, the message on z/OS looks like "EDC5129I No such file or directory.".
I guess the `EDC5129I` is a stable error code? So why not to check for a possible `EDC5129I` prefix word instead of `.*`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95246/new/

https://reviews.llvm.org/D95246



More information about the llvm-commits mailing list