We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340ffbb commit 1445cefCopy full SHA for 1445cef
build_tools/llvm/mlir_config.cmake
@@ -19,6 +19,10 @@ if(NOT EXISTS ${LLVM_DIR})
19
message(FATAL_ERROR "LLVM_DIR (${LLVM_DIR}) does not exist")
20
endif()
21
22
+# TODO: Fixes needed to allow setting to `ON` to allow that
23
+# all the tools will use libMLIR shared library
24
+set(MLIR_LINK_MLIR_DYLIB OFF CACHE BOOL "")
25
+
26
# When exceptions are disabled, unwind tables are large and useless
27
set(LLVM_ENABLE_UNWIND_TABLES OFF CACHE BOOL "")
28
0 commit comments