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

Nathan Lanza via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 24 10:39:50 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)
----------------
lanza wrote:

@Ericson2314 any protest against marking that as just "not yet supported?"

e.g. 
```
if (CLANG_ENABLE_CIR && CLANG_STANDALONE_BUILD) 
  message(ERROR "ClangIR is not yet supported in the standalone build")
endif()
```

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


More information about the llvm-branch-commits mailing list