Skip to content

Commit cb08e9f

Browse files
Adding llvmir dependency @llvm/llvm-project#163881
Signed-off-by: Muzammiluddin Syed <[email protected]>
1 parent 10e020d commit cb08e9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

compiler/bindings/python/IREECompilerDialectsModule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "mlir-c/BuiltinAttributes.h"
1313
#include "mlir-c/BuiltinTypes.h"
1414
#include "mlir-c/IR.h"
15+
#include "mlir-c/Target/LLVMIR.h"
1516
#include "mlir/Bindings/Python/Nanobind.h"
1617
#include "mlir/Bindings/Python/NanobindAdaptors.h"
1718
#include "mlir/CAPI/IR.h"

compiler/src/iree/compiler/API/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ iree_cc_library(
2121
MLIRCAPIInterfaces
2222
MLIRCAPILLVM
2323
MLIRCAPILinalg
24+
MLIRCAPITarget
2425
MLIRCAPIPDL
2526
MLIRCAPITransformDialect
2627
MLIRCAPITransformDialectTransforms

0 commit comments

Comments
 (0)