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

Drew Maxwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 10:33:40 PST 2020


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

Confirmed removal of SVN line from requirements.client.txt. Removed reference from comment as well.


Repository:
  rG LLVM Github 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,5 @@
 pyyaml==3.13
 requests
 future
-# Use Monorepo rather than SVN for LIT
+# Use Monorepo 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.244471.patch
Type: text/x-patch
Size: 352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/40b8d6b3/attachment.bin>


More information about the llvm-commits mailing list