[PATCH] D31199: Add "(compatible with the GNU linker)" to the -version output.
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 16:08:31 PDT 2017
emaste accepted this revision.
emaste added a subscriber: dim.
emaste added a comment.
I think this is a necessary workaround
================
Comment at: lld/test/ELF/driver.test:20
# RUN: ld.lld --version 2>&1 | FileCheck -check-prefix=VERSION %s
-# VERSION: LLD
+# VERSION: LLD {{.*}} (compatible with the GNU linkers)
----------------
Suggested by @dim elsewhere, `s/the //`
https://reviews.llvm.org/D31199
More information about the llvm-commits
mailing list