summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2023-04-11 16:56:59 -0400
committerGitHub <noreply@github.com>2023-04-11 13:56:59 -0700
commit54f112f8074c8ca490195c10db8c518cdc58546a (patch)
tree899e24153d849b1b819d4c16a1d70ede1c61a386 /deps
parent1370b3b8287e8381a22475beeeb2ebd84a5bc59b (diff)
WIP Hack to work around IFileCheck release (#2789)
* #include an absolute path didn't work - because paths were taken to always be relative. * Upgrade to slang-llvm v13.x-38 * Hack to not release IFileCheck on windows debug. * Update to slang-llvm build with cast. * Disable IFileCheck * Disable IFileCheck.
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 26f14e36b..b43edd694 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-38/",
+ "baseUrl" : "https://github.com/shader-slang/slang-llvm/releases/download/v13.x-39/",
"optional" : true,
"packages" :
{
- "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-38-win64.zip" },
- "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-38-win32.zip" },
- "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-38-linux-x86_64-release.zip" },
- "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-38-macosx-x86_64-release.zip" }
+ "windows-x86_64" : { "type" : "url", "path" : "slang-llvm-13.x-39-win64.zip" },
+ "windows-x86" : { "type": "url", "path" : "slang-llvm-13.x-39-win32.zip" },
+ "linux-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-39-linux-x86_64-release.zip" },
+ "macosx-x86_64" : { "type": "url", "path" : "slang-llvm-v13.x-39-macosx-x86_64-release.zip" }
}
},
{