From 54f112f8074c8ca490195c10db8c518cdc58546a Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 11 Apr 2023 16:56:59 -0400 Subject: 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. --- deps/target-deps.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'deps') 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" } } }, { -- cgit v1.2.3