Skip to content

Commit 907054f

Browse files
Testing
Signed-off-by: Whitney Tsang <[email protected]>
1 parent be19093 commit 907054f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/intel/cmake/FindSPIRVToLLVMTranslator.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (NOT SPIRVToLLVMTranslator_FOUND)
1313
# Strip the potential trailing newline from tag
1414
string(STRIP "${SPIRVToLLVMTranslator_TAG}" SPIRVToLLVMTranslator_TAG)
1515
FetchContent_Declare(spirv-llvm-translator
16-
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git
16+
GIT_REPOSITORY https://github.com/whitneywhtsang/SPIRV-LLVM-Translator.git
1717
GIT_TAG ${SPIRVToLLVMTranslator_TAG}
1818
SOURCE_DIR ${SPIRVToLLVMTranslator_SOURCE_DIR}
1919
)

0 commit comments

Comments
 (0)