forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toolchain
59 lines (59 loc) · 2.9 KB
/
toolchain
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="minimal"/>
<localimport file="magenta"/>
</imports>
<projects>
<project name="third_party/binutils-gdb"
path="third_party/binutils-gdb"
remote="https://fuchsia.googlesource.com/third_party/binutils-gdb"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/llvm"
path="third_party/llvm"
remote="https://fuchsia.googlesource.com/third_party/llvm"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/clang"
path="third_party/llvm/tools/clang"
remote="https://fuchsia.googlesource.com/third_party/clang"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/clang-tools-extra"
path="third_party/llvm/tools/clang/tools/extra"
remote="https://fuchsia.googlesource.com/third_party/clang-tools-extra"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/lld"
path="third_party/llvm/tools/lld"
remote="https://fuchsia.googlesource.com/third_party/lld"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/lldb"
path="third_party/llvm/tools/lldb"
remote="https://fuchsia.googlesource.com/third_party/lldb"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/compiler-rt"
path="third_party/llvm/runtimes/compiler-rt"
remote="https://fuchsia.googlesource.com/third_party/compiler-rt"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/libcxx"
remote="https://fuchsia.googlesource.com/third_party/libcxx"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/runtimes/libcxx"/>
<project name="third_party/libcxxabi"
remote="https://fuchsia.googlesource.com/third_party/libcxxabi"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/runtimes/libcxxabi"/>
<project name="third_party/libunwind"
remote="https://fuchsia.googlesource.com/third_party/libunwind"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/runtimes/libunwind"/>
</projects>
</manifest>