aboutsummaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2023-12-08 04:12:47 -0800
committerMehdi Amini <joker.eph@gmail.com>2023-12-08 04:12:47 -0800
commit69a0a3be0185ce3bc0458b0047795e8ebfe95abd (patch)
tree64c33b316a06254f0c2dbfaa3e26b870049992be /mlir
parent9017229ecda119e7977739dcab125e455289ade6 (diff)
downloadllvm-69a0a3be0185ce3bc0458b0047795e8ebfe95abd.zip
llvm-69a0a3be0185ce3bc0458b0047795e8ebfe95abd.tar.gz
llvm-69a0a3be0185ce3bc0458b0047795e8ebfe95abd.tar.bz2
[mlir] Add missing MLIR_ENABLE_EXECUTION_ENGINE option to MLIRConfig.cmake.in
This is the kind of options that downstream consumers of preconfigured MLIR packages can check to see if the execution engine is available or not.
Diffstat (limited to 'mlir')
-rw-r--r--mlir/cmake/modules/MLIRConfig.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/cmake/modules/MLIRConfig.cmake.in b/mlir/cmake/modules/MLIRConfig.cmake.in
index cd8cec5..d4da3cd 100644
--- a/mlir/cmake/modules/MLIRConfig.cmake.in
+++ b/mlir/cmake/modules/MLIRConfig.cmake.in
@@ -13,6 +13,7 @@ set(MLIR_TABLEGEN_EXE "@MLIR_CONFIG_TABLEGEN_EXE@")
set(MLIR_PDLL_TABLEGEN_EXE "@MLIR_CONFIG_PDLL_TABLEGEN_EXE@")
set(MLIR_INSTALL_AGGREGATE_OBJECTS "@MLIR_INSTALL_AGGREGATE_OBJECTS@")
set(MLIR_ENABLE_BINDINGS_PYTHON "@MLIR_ENABLE_BINDINGS_PYTHON@")
+set(MLIR_ENABLE_EXECUTION_ENGINE "@MLIR_ENABLE_EXECUTION_ENGINE@")
# For mlir_tablegen()
set(MLIR_INCLUDE_DIR "@MLIR_INCLUDE_DIR@")