[flang-commits] [PATCH] D138663: [flang][test] Adjust Driver/pass-plugin-not-found.f90 error message
Rainer Orth via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Nov 24 07:21:26 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdfa7f4ca8b60: [flang][test] Adjust Driver/pass-plugin-not-found.f90 error message (authored by ro).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138663/new/
https://reviews.llvm.org/D138663
Files:
flang/test/Driver/pass-plugin-not-found.f90
Index: flang/test/Driver/pass-plugin-not-found.f90
===================================================================
--- flang/test/Driver/pass-plugin-not-found.f90
+++ flang/test/Driver/pass-plugin-not-found.f90
@@ -5,4 +5,5 @@
! RUN: not %flang -fpass-plugin=X.Y %s 2>&1 | FileCheck %s --check-prefix=ERROR
! RUN: not %flang_fc1 -emit-llvm -o /dev/null -fpass-plugin=X.Y %s 2>&1 | FileCheck %s --check-prefix=ERROR
-! ERROR: error: unable to load plugin 'X.Y': 'Could not load library 'X.Y': X.Y: cannot open shared object file: No such file or directory'
+! The exact wording of the error message depends on the system dlerror.
+! ERROR: error: unable to load plugin 'X.Y': 'Could not load library 'X.Y': {{.*}}: No such file or directory'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138663.477787.patch
Type: text/x-patch
Size: 749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221124/6736e7ed/attachment-0001.bin>
More information about the flang-commits
mailing list