diff options
author | Fangrui Song <i@maskray.me> | 2024-07-07 10:30:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-07 10:30:33 -0700 |
commit | 649cdfc4b6781a350dfc87d9b2a4b5a4c3395909 (patch) | |
tree | b272e6cd4a6958ea2975dc0ac004c8719dc80cf8 /llvm/lib/IR/Module.cpp | |
parent | 07c157a43534744bff8b9cf03a5ec8d19717ba72 (diff) | |
download | llvm-649cdfc4b6781a350dfc87d9b2a4b5a4c3395909.zip llvm-649cdfc4b6781a350dfc87d9b2a4b5a4c3395909.tar.gz llvm-649cdfc4b6781a350dfc87d9b2a4b5a4c3395909.tar.bz2 |
[ELF] Reinstate the former spelling in the version message
With `LLVM_APPEND_VC_REV=off`, the new version message after #97323
looks like:
```
% /tmp/out/custom2/bin/ld.lld --version
LLD 19.0.0, compatible with GNU linkers
```
A trailing comma after the version string might cause issues with
version detection tools that don't strip it, as seen in the Linux
kernel's scripts/ld-version.sh script.
Pull Request: https://github.com/llvm/llvm-project/pull/97942
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions