mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
Add LLVM dependency
This commit is contained in:
parent
193eb29be8
commit
0c015003a6
2 changed files with 6 additions and 0 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -5,3 +5,8 @@
|
|||
[submodule "ext/spirv-headers"]
|
||||
path = ext/spirv-headers
|
||||
url = https://github.com/KhronosGroup/SPIRV-Headers
|
||||
[submodule "ext/llvm-project"]
|
||||
path = ext/llvm-project
|
||||
url = https://github.com/llvm/llvm-project
|
||||
branch = release/17.x
|
||||
shallow = true
|
||||
|
|
1
ext/llvm-project
vendored
Submodule
1
ext/llvm-project
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6009708b4367171ccdbf4b5905cb6a803753fe18
|
Loading…
Add table
Reference in a new issue