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 f7d1d6c commit 421b90eCopy full SHA for 421b90e
clang/include/clang/CIR/Dialect/IR/CMakeLists.txt
@@ -25,9 +25,3 @@ mlir_tablegen(CIRTypeConstraints.h.inc -gen-type-constraint-decls)
25
mlir_tablegen(CIRTypeConstraints.cpp.inc -gen-type-constraint-defs)
26
add_public_tablegen_target(MLIRCIRTypeConstraintsIncGen)
27
add_dependencies(mlir-headers MLIRCIRTypeConstraintsIncGen)
28
-
29
-set(LLVM_TARGET_DEFINITIONS CIRAttrConstraints.td)
30
-mlir_tablegen(CIRAttrConstraints.h.inc -gen-type-constraint-decls)
31
-mlir_tablegen(CIRAttrConstraints.cpp.inc -gen-type-constraint-defs)
32
-add_public_tablegen_target(MLIRCIRAttrConstraintsIncGen)
33
-add_dependencies(mlir-headers MLIRCIRAttrConstraintsIncGen)
0 commit comments