forked from google/clspv
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeps.json
More file actions
28 lines (28 loc) · 741 Bytes
/
deps.json
File metadata and controls
28 lines (28 loc) · 741 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
28
{
"commits" : [
{
"name" : "llvm",
"site" : "github",
"subrepo" : "llvm/llvm-project",
"branch" : "main",
"subdir" : "third_party/llvm",
"commit" : "89ada6c51fbdf59dcab8a1e479f60196d29bd4d3"
},
{
"name" : "SPIRV-Headers",
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Headers",
"branch" : "master",
"subdir" : "third_party/SPIRV-Headers",
"commit" : "c214f6f2d1a7253bb0e9f195c2dc5b0659dc99ef"
},
{
"name" : "SPIRV-Tools",
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Tools",
"branch" : "master",
"subdir" : "third_party/SPIRV-Tools",
"commit" : "9a6f4121f4a49fa3b3d8ddafc43cb519f7a6e1fc"
}
]
}