[lld] [LLD] [MinGW] Reinstate the former spelling in the version message (PR #97698)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 4 14:06:03 PDT 2024
================
@@ -268,7 +268,7 @@ APPCONTAINER: -appcontainer
RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s
RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s
RUN: not ld.lld -m i386pep -v xyz 2>&1 | FileCheck -check-prefix=VERSION %s
-VERSION: LLD {{.*}}, compatible with GNU linkers
+VERSION: LLD {{.*}} (compatible with GNU linkers)
----------------
mstorsjo wrote:
Done, thanks!
https://github.com/llvm/llvm-project/pull/97698
More information about the llvm-commits
mailing list