From 8a7e4f7101b88f2ded9742968fae2698d0d48f60 Mon Sep 17 00:00:00 2001 From: Paulius Velesko Date: Thu, 10 Oct 2024 05:56:19 +0300 Subject: [PATCH] update REAMDE --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18d12c989..0d949c09b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,7 +229,7 @@ option(CHIP_ERROR_IF_NOT_IMPLEMENTED "Some HIP functionality is not yet implemen option(CHIP_VERBOSE "Verbose compilation" OFF) option(CHIP_BUILD_SHARED_LIBS "Build chipStar as a shared library" ON) option(CHIP_BUILD_DOCS "Build doxygen documentation" OFF) -option(CHIP_LLVM_USE_INTERGRATED_SPIRV "Use LLVM's intergrated SPIR-V backend for emitting device binary instead of SPIR-V translator. Requires LLVM 15" OFF) +option(CHIP_LLVM_USE_INTERGRATED_SPIRV "Use LLVM's intergrated SPIR-V backend for emitting device binary instead of SPIR-V translator. Requires Clang with patch at https://github.com/CHIP-SPV/llvm-project/commit/8e7d42c1562f9961e5c8cdeef6490e0670b27409" OFF) option(CHIP_SET_RPATH "Add CMAKE_INSTALL_PREFIX/lib to the RPATH for chipStar executables" ON) option(CHIP_ENABLE_UNCOMPILABLE_TESTS "Enable tests which are known to not compile" OFF) option(CHIP_BUILD_TESTS "Enable build_tests target" ON)