We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5b834 commit 5f8c3e8Copy full SHA for 5f8c3e8
lld/test/ELF/lto-plugin-ignore.s
@@ -6,5 +6,5 @@
6
# RUN: -plugin-opt=-data-sections -plugin-opt=thinlto -o /dev/null
7
8
# 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'
+# CHECK: error: --plugin-opt: ld.lld{{.*}}: Unknown command line argument '-abc'
+# CHECK: error: --plugin-opt: ld.lld{{.*}}: Unknown command line argument '-xyz'
0 commit comments