diff options
-rw-r--r-- | lld/test/ELF/lto-plugin-ignore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/lto-plugin-ignore.s b/lld/test/ELF/lto-plugin-ignore.s index d107408a0c6..65230f1567e 100644 --- a/lld/test/ELF/lto-plugin-ignore.s +++ b/lld/test/ELF/lto-plugin-ignore.s @@ -6,5 +6,5 @@ # RUN: -plugin-opt=-data-sections -plugin-opt=thinlto -o /dev/null # RUN: not ld.lld %t -plugin-opt=-abc -plugin-opt=-xyz 2>&1 | FileCheck %s -# CHECK: error: --plugin-opt: ld.lld: Unknown command line argument '-abc' -# CHECK: error: --plugin-opt: ld.lld: Unknown command line argument '-xyz' +# CHECK: error: --plugin-opt: ld.lld{{.*}}: Unknown command line argument '-abc' +# CHECK: error: --plugin-opt: ld.lld{{.*}}: Unknown command line argument '-xyz' |