[all-commits] [llvm/llvm-project] 649cdf: [ELF] Reinstate the former spelling in the version...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jul 7 10:30:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 649cdfc4b6781a350dfc87d9b2a4b5a4c3395909
https://github.com/llvm/llvm-project/commit/649cdfc4b6781a350dfc87d9b2a4b5a4c3395909
Author: Fangrui Song <i at maskray.me>
Date: 2024-07-07 (Sun, 07 Jul 2024)
Changed paths:
M lld/ELF/Driver.cpp
M lld/test/ELF/version.test
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list