Skip to content

Commit b445ce4

Browse files
committed
Remove pybind modules from the codebase.
The new API uses compiled binaries run in subprocesses rather than pybind.
1 parent eceb347 commit b445ce4

30 files changed

+0
-1663
lines changed

Diff for: WORKSPACE

-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")
1111

1212
boost_deps()
1313

14-
# === Python config. Needed by pybind11_bazel. ===
15-
16-
load("@programl//third_party/py:python_configure.bzl", programl_python_configure = "python_configure")
17-
18-
programl_python_configure(name = "local_config_python")
19-
2014
# === LLVM ===
2115

2216
load("@llvm//tools/bzl:deps.bzl", "llvm_deps")

Diff for: programl/BUILD

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ py_library(
2929
],
3030
visibility = ["//visibility:public"],
3131
deps = [
32-
"//programl/graph/analysis/py:analysis",
33-
"//programl/graph/format/py:format",
3432
"//programl/ir/llvm:inst2vec_encoder",
3533
"//programl/proto",
3634
"//programl/third_party/tensorflow:xla_py",

Diff for: programl/graph/analysis/py/BUILD

-44
This file was deleted.

Diff for: programl/graph/analysis/py/analysis.py

-39
This file was deleted.

Diff for: programl/graph/analysis/py/analysis_pybind.cc

-51
This file was deleted.

Diff for: programl/graph/format/py/BUILD

-117
This file was deleted.

Diff for: programl/graph/format/py/cdfg.py

-58
This file was deleted.

Diff for: programl/graph/format/py/graph_serializer.py

-43
This file was deleted.

0 commit comments

Comments
 (0)