forked from OSchip/llvm-project
On z/OS, the following error message is not matched correctly in lit tests. ``` EDC5129I No such file or directory. ``` This patch uses a lit config substitution to check for platform specific error messages. Reviewed By: muiez, jhenderson Differential Revision: https://reviews.llvm.org/D95246 |
||
|---|---|---|
| .. | ||
| Inputs | ||
| add-gnu-debuglink.test | ||
| add-section.test | ||
| basic-copy.test | ||
| bigobj.test | ||
| debug-dir-unmapped.test | ||
| discard-all.test | ||
| only-keep-debug.test | ||
| only-section.test | ||
| patch-debug-dir.test | ||
| patch-debug-dir2.test | ||
| redefine-symbol.test | ||
| remove-section.test | ||
| set-section-flags.test | ||
| strip-all.test | ||
| strip-debug.test | ||
| strip-reloc-symbol.test | ||
| strip-symbol.test | ||
| strip-unneeded.test | ||
| weak-external.test | ||