Remnant after D72803.
Distributions who want to customize the string can customize
LLD_VERSION_STRING instead.
Differential D107416
[lld] Remove unused LLD_REPOSITORY MaskRay on Aug 3 2021, 5:40 PM. Authored by
Details
Remnant after D72803. Distributions who want to customize the string can customize
Diff Detail
Event TimelineComment Actions These variables still appear to be defined by https://github.com/llvm/llvm-project/blob/9c19b36f1c/lld/Common/CMakeLists.txt#L10-L11. Should they be removed there as well? set(version_inc "${CMAKE_CURRENT_BINARY_DIR}/VCSVersion.inc") set(generate_vcs_version_script "${LLVM_CMAKE_PATH}/GenerateVersionFromVCS.cmake") Comment Actions Looks like I probably should bring back the code. The code ensures that we can get this ld.lld --version output when -DLLVM_APPEND_VC_REV=ON: LLD 14.0.0 (git@github.com:llvm/llvm-project.git a1944386156dbbfae15dfc606a3728e08ac92cfe) (compatible with GNU linkers) |