Skip to content

Commit 5f8c3e8

Browse files
committed
Fix Windows buildbots.
llvm-svn: 328882
1 parent ce5b834 commit 5f8c3e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/ELF/lto-plugin-ignore.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# RUN: -plugin-opt=-data-sections -plugin-opt=thinlto -o /dev/null
77

88
# RUN: not ld.lld %t -plugin-opt=-abc -plugin-opt=-xyz 2>&1 | FileCheck %s
9-
# CHECK: error: --plugin-opt: ld.lld: Unknown command line argument '-abc'
10-
# CHECK: error: --plugin-opt: ld.lld: Unknown command line argument '-xyz'
9+
# CHECK: error: --plugin-opt: ld.lld{{.*}}: Unknown command line argument '-abc'
10+
# CHECK: error: --plugin-opt: ld.lld{{.*}}: Unknown command line argument '-xyz'

0 commit comments

Comments
 (0)