diff options
author | Andrzej Janik <[email protected]> | 2024-09-13 01:07:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-13 01:07:31 +0200 |
commit | 46def3e7e09dbf4d3e7287a72bfecb73e6e429c5 (patch) | |
tree | 6eebad3f9722ee9127c2640300ae20047d4acd9d /.gitmodules | |
parent | 193eb29be825370449afb1fe2358f6a654aa0986 (diff) | |
download | ZLUDA-46def3e7e09dbf4d3e7287a72bfecb73e6e429c5.tar.gz ZLUDA-46def3e7e09dbf4d3e7287a72bfecb73e6e429c5.zip |
Connect new parser to LLVM bitcode backend (#269)
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9796b04..e710202 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |