Details
Details
- Reviewers
phosek - Commits
- rGcaad2170aed7: [cmake] Remove SVN support from VersionFromVCS.cmake
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/cmake/modules/VersionFromVCS.cmake | ||
---|---|---|
49 | This function just forwards to get_source_info_git now, so we could just delete it and rename get_source_info_git to get_source_info? |
llvm/cmake/modules/VersionFromVCS.cmake | ||
---|---|---|
49 | Ok, I'll do this before I commt. |
This function just forwards to get_source_info_git now, so we could just delete it and rename get_source_info_git to get_source_info?