diff options
| author | Hongyu Chen <hongyuchy@google.com> | 2024-07-02 20:32:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 20:32:45 -0700 |
| commit | 0f9fbbb63cfcd2069441aa2ebef622c9716f8dbb (patch) | |
| tree | 32f0ff60b13832ce54a031c85a6706b6c5032550 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
| parent | 3641efcf8cb256ddbd20f4add5ce55800cad5399 (diff) | |
| download | llvm-0f9fbbb63cfcd2069441aa2ebef622c9716f8dbb.zip llvm-0f9fbbb63cfcd2069441aa2ebef622c9716f8dbb.tar.gz llvm-0f9fbbb63cfcd2069441aa2ebef622c9716f8dbb.tar.bz2 | |
[lld][ELF] Support LLVM repository and LLVM revision information (#97323)
Added LLVM repository and LLVM revision information for
`lld::getLLDVersion()`
Before this change:
```
hongyuchy@hongyuchy:~/llvm-project/.build_lld_version$ bin/ld.lld --version
LLD 19.0.0 (compatible with GNU linkers)
```
After this change with LLVM_APPEND_VC_REV=on
```
hongyuchy@hongyuchy:~/llvm-project/.build_lld_version$ bin/ld.lld --version
LLD 19.0.0 (https://github.com/yugier/llvm-project.git 4134b33c6a362cb462b335177d6d9e8235f04309), compatible with GNU linkers
```
with LLVM_APPEND_VC_REV=off
```
hongyuchy@hongyuchy:~/llvm-project/.build_lld_version$ bin/ld.lld --version
LLD 19.0.0, compatible with GNU linkers
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions
