Details
Details
- Reviewers
phosek - Commits
- rGcaad2170aed7: [cmake] Remove SVN support from VersionFromVCS.cmake
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 40366 Build 40473: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
llvm/cmake/modules/VersionFromVCS.cmake | ||
---|---|---|
51 | 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 | ||
---|---|---|
51 | 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?