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 0c6b29f commit 3f4cd57Copy full SHA for 3f4cd57
lld/test/MinGW/driver.test
@@ -268,6 +268,8 @@ APPCONTAINER: -appcontainer
268
RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s
269
RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s
270
RUN: not ld.lld -m i386pep -v xyz 2>&1 | FileCheck -check-prefix=VERSION %s
271
+# This literal string is required for compatibility with older Meson versions,
272
+# see https://github.com/mesonbuild/meson/pull/13383.
273
VERSION: LLD {{.*}} (compatible with GNU linkers)
274
275
RUN: ld.lld -m i386pep --help 2>&1 | FileCheck -check-prefix=HELP %s
0 commit comments