[PATCH] D144970: [llvm-c] Remove bindings for creating legacy passes

2023-06-20 Thread Nikita Popov via Phabricator via cfe-commits
nikic added a comment. In D144970#4434305 , @yamt wrote: > at least some of these stuff is used by wasm-micro-runtime. do you have a > suggestion about how to adapt it? > https://github.com/bytecodealliance/wasm-micro-runtime/blob/72fc872afe9a51228b2a32b

[PATCH] D144970: [llvm-c] Remove bindings for creating legacy passes

2023-06-20 Thread YAMAMOTO Takashi via Phabricator via cfe-commits
yamt added a comment. at least some of these stuff is used by wasm-micro-runtime. do you have a suggestion about how to adapt it? https://github.com/bytecodealliance/wasm-micro-runtime/blob/72fc872afe9a51228b2a32bc7b08475b176f187f/core/iwasm/compilation/aot_compiler.c#L2666-L2670 Repository:

[PATCH] D144970: [llvm-c] Remove bindings for creating legacy passes

2023-03-02 Thread Nikita Popov via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGf7ca01333214: [llvm-c] Remove bindings for creating legacy passes (authored by nikic). Herald added a project: clang. Herald added a subscriber: cfe-