Skip to content

Commit

Permalink
Remove StandaloneExtensionPybind11.cpp FT update as does not work wit…
Browse files Browse the repository at this point in the history
…h python 3.8 and old pybind11 (llvm#122697)

Description:
- Remove StandaloneExtensionPybind11.cpp FT update as does not work with
python 3.8 and old pybind11

This should also fix the failing toy.test:
llvm#122684 (comment)

cc @jpienaar
  • Loading branch information
vfdev-5 authored and DKLoehr committed Jan 17, 2025
1 parent a413b6c commit 195a232
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
#include "Standalone-c/Dialects.h"
#include "mlir/Bindings/Python/PybindAdaptors.h"

namespace py = pybind11;

using namespace mlir::python::adaptors;

PYBIND11_MODULE(_standaloneDialectsPybind11, m, py::mod_gil_not_used()) {
PYBIND11_MODULE(_standaloneDialectsPybind11, m) {
//===--------------------------------------------------------------------===//
// standalone dialect
//===--------------------------------------------------------------------===//
Expand Down

0 comments on commit 195a232

Please sign in to comment.