Skip to content

Commit 45be6e5

Browse files
joker-ephmemfrob
authored andcommitted
Add lli as dependency of MLIR integration tests
This fixes running `ninja check-mlir` from a clean build when the integration tests are enabled.
1 parent b2073e1 commit 45be6e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mlir/test/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ set(MLIR_TEST_DEPENDS
8282
mlir_async_runtime
8383
)
8484

85+
if (MLIR_INCLUDE_INTEGRATION_TESTS)
86+
list(APPEND MLIR_TEST_DEPENDS lli)
87+
endif()
88+
8589
if(MLIR_ENABLE_CUDA_RUNNER)
8690
list(APPEND MLIR_TEST_DEPENDS mlir_cuda_runtime)
8791
endif()

0 commit comments

Comments
 (0)