Skip to content

Commit cbcfaee

Browse files
committed
[MLIR][Python] make Py* types public API
1 parent 6166fda commit cbcfaee

File tree

19 files changed

+2574
-2344
lines changed

19 files changed

+2574
-2344
lines changed

mlir/lib/Bindings/Python/Globals.h renamed to mlir/include/mlir/Bindings/Python/Globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include <unordered_set>
1616
#include <vector>
1717

18-
#include "NanobindUtils.h"
1918
#include "mlir-c/IR.h"
19+
#include "mlir/Bindings/Python/NanobindUtils.h"
2020
#include "mlir/CAPI/Support.h"
2121
#include "llvm/ADT/DenseMap.h"
2222
#include "llvm/ADT/StringExtras.h"

0 commit comments

Comments
 (0)