summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2022-09-01 17:41:26 -0400
committerGitHub <noreply@github.com>2022-09-01 17:41:26 -0400
commit2a869c105dcc23ede8f5e6e16b08261f45aa5aad (patch)
tree3c6d70683856608da8bc5774983786460b4f4e2d /deps
parentcc0b81350f6b681c794b4ac7c0f3b5fe73cb19eb (diff)
Upgrade slang-llvm (#2390)
* #include an absolute path didn't work - because paths were taken to always be relative. * Use IDownstreamCompiler inteface directly with updated slang-llvm. * Small tidy around includes in slang-llvm-compiler.cpp
Diffstat (limited to 'deps')
-rw-r--r--deps/target-deps.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json
index 142265d2f..f9b18f60c 100644
--- a/deps/target-deps.json
+++ b/deps/target-deps.json
@@ -4,14 +4,14 @@
"dependencies" : [
{
"name" : "slang-llvm",
- "baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-29/",
+ "baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-30/",
"optional" : true,
"packages" :
{
- "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-29-win64.zip" },
- "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-29-win32.zip" },
- "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-29-linux-x86_64-release.zip" },
- "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-29-macosx-x86_64-release.zip" }
+ "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-30-win64.zip" },
+ "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-30-win32.zip" },
+ "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-30-linux-x86_64-release.zip" },
+ "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-30-macosx-x86_64-release.zip" }
}
},
{