[PATCH] D145043: [llvm-c] Remove PassRegistry and initialization APIs
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 13:37:39 PST 2023
MaskRay added a comment.
It'd be great if you can wait a bit on landing this.
`LLVMGetGlobalPassRegistry` is called by some projects such as https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/core/iwasm/compilation/aot_llvm.c#L1514
and we want to determine whether simply commenting out the functions locally can work.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145043/new/
https://reviews.llvm.org/D145043
More information about the llvm-commits
mailing list