[PATCH] D148262: [clang][cmake] Add options to pass in vcs repo and revision info

Han Zhu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 14:40:50 PDT 2023


zhuhan0 added inline comments.


================
Comment at: llvm/cmake/modules/GenerateVersionFromVCS.cmake:23-25
+    if(path)
+      get_source_info("${path}" revision repository)
+    endif()
----------------
drodriguez wrote:
> Nit: Looks like tabs were added?
These are not tabs but spaces. The arrow just means it's further indented.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148262/new/

https://reviews.llvm.org/D148262



More information about the cfe-commits mailing list