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 10e020d commit cb08e9fCopy full SHA for cb08e9f
compiler/bindings/python/IREECompilerDialectsModule.cpp
@@ -12,6 +12,7 @@
12
#include "mlir-c/BuiltinAttributes.h"
13
#include "mlir-c/BuiltinTypes.h"
14
#include "mlir-c/IR.h"
15
+#include "mlir-c/Target/LLVMIR.h"
16
#include "mlir/Bindings/Python/Nanobind.h"
17
#include "mlir/Bindings/Python/NanobindAdaptors.h"
18
#include "mlir/CAPI/IR.h"
compiler/src/iree/compiler/API/CMakeLists.txt
@@ -21,6 +21,7 @@ iree_cc_library(
21
MLIRCAPIInterfaces
22
MLIRCAPILLVM
23
MLIRCAPILinalg
24
+ MLIRCAPITarget
25
MLIRCAPIPDL
26
MLIRCAPITransformDialect
27
MLIRCAPITransformDialectTransforms
0 commit comments