[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:21:49 PDT 2024


================
@@ -0,0 +1,4 @@
+include_directories(${LLVM_MAIN_SRC_DIR}/../mlir/include)
+include_directories(${CMAKE_BINARY_DIR}/tools/mlir/include)
----------------
Ericson2314 wrote:

I think something like `target_include_directories` is generally preferred, because it is less of a sledgehammer effecting many targets at once.

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


More information about the llvm-branch-commits mailing list