[PATCH] D107416: [lld] Remove unused LLD_REPOSITORY
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 13:27:20 PDT 2021
GMNGeoffrey added a comment.
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")
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107416/new/
https://reviews.llvm.org/D107416
More information about the llvm-commits
mailing list