Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 15d1a3e

Browse files
authored
Disable llvm-cpu backend (#150)
Fix landed in IREE: iree-org/iree@59fd431, we no longer need to build llvm-cpu backend to run python tests
1 parent ca8e9f7 commit 15d1a3e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

-6
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ if(OPENXLA_NVGPU_BUILD_COMPILER)
5454
# enabled shared library builds, which enable better plugin flows
5555
# (but are not how we typically package for deployment).
5656
option(IREE_COMPILER_BUILD_SHARED_LIBS "Enables shared libraries in the compiler by default" ON)
57-
58-
if (IREE_BUILD_PYTHON_BINDINGS)
59-
# TODO(ezhulenev): This is only enabled to build LLD tool required for
60-
# running Python tests, and because I can't find how to do it any other way!
61-
option(IREE_TARGET_BACKEND_LLVM_CPU "Enables LLVM CPU taget backend" ON)
62-
endif()
6357
endif()
6458

6559
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)