Skip to content

Commit e630ecf

Browse files
Lit is obtained from Git Monoroepo, rather than SVN
SVN has been deprecated in favor of the Git Monorepo.
1 parent 23294fb commit e630ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.client.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ click==6.7
1818
pyyaml==3.13
1919
requests
2020
future
21-
-e svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit/#egg=lit
21+
# Use Monorepo for LIT
22+
-e git+https://github.com/llvm/llvm-project.git#egg=lit&subdirectory=llvm/utils/lit

0 commit comments

Comments
 (0)