[lld] [lld][ELF] Support LLVM repository and LLVM revision information (PR #97323)
Hongyu Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 14:34:52 PDT 2024
yugier wrote:
> We could use a comma to be consistent with other LLVM binary utilities: `llvm-objcopy, compatible with GNU objcopy`/ `llvm-nm, compatible with GNU nm`.
Do you prefer we have
```
$ ld.lld --version
LLD 19.0.0 (https://github.com/yugier/llvm-project.git 4134b33c6a362cb462b335177d6d9e8235f04309), compatible with GNU ld
```
or
```
$ ld.lld --version
LLD 19.0.0, compatible with GNU ld (https://github.com/yugier/llvm-project.git 4134b33c6a362cb462b335177d6d9e8235f04309)
```
Thank you!
https://github.com/llvm/llvm-project/pull/97323
More information about the llvm-commits
mailing list