[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 6 15:11:30 PST 2020
drew_maxwell created this revision.
drew_maxwell added reviewers: cmatthews, azhar.
Herald added a project: LLVM.
Removing need to acquire LIT via SVN copy, as LIT is now provided in the MonoRepo.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74175
Files:
requirements.client.txt
Index: requirements.client.txt
===================================================================
--- requirements.client.txt
+++ requirements.client.txt
@@ -18,4 +18,5 @@
pyyaml==3.13
requests
future
--e svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit/#egg=lit
+# No longer needed due to Monorepo
+#-e svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit/#egg=lit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74175.243026.patch
Type: text/x-patch
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200206/09e2f287/attachment.bin>
More information about the llvm-commits
mailing list