Skip to content

Commit 3f4cd57

Browse files
committed
Add a reference to the Meson PR
1 parent 0c6b29f commit 3f4cd57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lld/test/MinGW/driver.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ APPCONTAINER: -appcontainer
268268
RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s
269269
RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s
270270
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.
271273
VERSION: LLD {{.*}} (compatible with GNU linkers)
272274

273275
RUN: ld.lld -m i386pep --help 2>&1 | FileCheck -check-prefix=HELP %s

0 commit comments

Comments
 (0)