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

Petr Hosek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 26 01:37:02 PDT 2024


================
@@ -0,0 +1,7 @@
+set(MLIR_MAIN_SRC_DIR ${LLVM_MAIN_SRC_DIR}/../mlir/include ) # --src-root
----------------
petrhosek wrote:

This variable seems unused and has the same value as `MLIR_INCLUDE_DIR` below, what's the use case for this variable?

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


More information about the llvm-branch-commits mailing list