[PATCH] D74175: Removing SVN download of LIT due to MonoRepo

Drew Maxwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 15:56:38 PST 2020


drew_maxwell updated this revision to Diff 243310.
drew_maxwell added a comment.

Replaced SVNM checkout with installation via current updated Monorepo


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

https://reviews.llvm.org/D74175

Files:
  requirements.client.txt


Index: requirements.client.txt
===================================================================
--- requirements.client.txt
+++ requirements.client.txt
@@ -18,5 +18,6 @@
 pyyaml==3.13
 requests
 future
-# No longer needed due to Monorepo
 #-e svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit/#egg=lit
+# Use Monorepo rather than SVN for LIT
+-e git+git://github.com/llvm/llvm-project.git#egg=lit&subdirectory=llvm/utils/lit


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74175.243310.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200207/9e6517ca/attachment.bin>


More information about the llvm-commits mailing list