-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 789 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "cmake"]
path = pkgs/cmake
url = https://github.com/kernelim/llvm-rpm
[submodule "llvm-monolith"]
path = pkgs/llvm-monolith
url = https://github.com/kernelim/llvm-rpm
[submodule "clang"]
path = pkgs/clang
url = https://github.com/kernelim/llvm-rpm
[submodule "compiler-rt"]
path = pkgs/compiler-rt
url = https://github.com/kernelim/llvm-rpm
[submodule "libcxx"]
path = pkgs/libcxx
url = https://github.com/kernelim/llvm-rpm
[submodule "libcxxabi"]
path = pkgs/libcxxabi
url = https://github.com/kernelim/llvm-rpm
[submodule "lld"]
path = pkgs/lld
url = https://github.com/kernelim/llvm-rpm
[submodule "python-lit"]
path = pkgs/python-lit
url = https://github.com/kernelim/llvm-rpm
[submodule "llvm"]
path = pkgs/llvm
url = https://github.com/kernelim/llvm-rpm