Skip to content

Commit 0553e79

Browse files
committed
Update cloning of the DirectXShaderCompiler repo to not include tests. This prevents any unneccessary dependency on TAEF when building as it's not used for dxil-dis testing
1 parent 8948340 commit 0553e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/dxil-dis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ExternalProject_Add(DXC
3838
${GIT_SETTINGS}
3939
SOURCE_DIR ${SOURCE_DIR}
4040
BINARY_DIR ${BINARY_DIR}
41-
CMAKE_ARGS -C ${SOURCE_DIR}/cmake/caches/PredefinedParams.cmake -DLLVM_INCLUDE_TESTS=On
41+
CMAKE_ARGS -C ${SOURCE_DIR}/cmake/caches/PredefinedParams.cmake -DLLVM_INCLUDE_TESTS=On -DLLVM_INCLUDE_TESTS=Off -DCLANG_INCLUDE_TESTS=Off -DHLSL_INCLUDE_TESTS=Off
4242
BUILD_COMMAND ${CMAKE_COMMAND} --build ${BINARY_DIR} --target llvm-dis
4343
BUILD_BYPRODUCTS ${BINARY_DIR}/bin/llvm-dis
4444
INSTALL_COMMAND ""

0 commit comments

Comments
 (0)