Skip to content

Commit 5f4fc0e

Browse files
igorban-inteligcbot
authored andcommitted
Disable build plugin for compilation without tests
.
1 parent 6230f52 commit 5f4fc0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

IGC/VectorCompiler/lib/PassPluginLibrary/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ if((${LLVM_VERSION_MAJOR} LESS 16))
1010
return()
1111
endif()
1212

13+
if (NOT IGC_BUILD__CMLIT_ENABLE)
14+
return()
15+
endif()
16+
1317
if (NOT LLVM_ON_UNIX)
1418
return()
1519
endif()

0 commit comments

Comments
 (0)