[llvm-branch-commits] [clang] [CIR][NFC] Add scaffolding for the CIR dialect and CIROps.td (PR #86080)

John Ericson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 17 12:23:09 PDT 2024


================
@@ -0,0 +1,6 @@
+set(MLIR_INCLUDE_DIR ${LLVM_MAIN_SRC_DIR}/../mlir/include ) # --includedir
+set(MLIR_TABLEGEN_OUTPUT_DIR ${CMAKE_BINARY_DIR}/tools/mlir/include)
----------------
Ericson2314 wrote:

We should keep the standalone build in mind, where a standalone build of Clang (with CIR enabled) should be able to use a prebuilt LLVM and MLIR alike.

CC @pca006132 

https://github.com/llvm/llvm-project/pull/86080


More information about the llvm-branch-commits mailing list