llvm-capstone/llvm/bindings
Nikita Popov 62ef97e063 [llvm-c] Remove PassRegistry and initialization APIs
Remove C APIs for interacting with PassRegistry and pass
initialization. These are legacy PM concepts, and are no longer
relevant for the new pass manager.

Calls to these initialization functions can simply be dropped.

Differential Revision: https://reviews.llvm.org/D145043
2023-04-14 12:12:48 +02:00
..
ocaml [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
python [llvm-c] Remove PassRegistry and initialization APIs 2023-04-14 12:12:48 +02:00
README.txt

This directory contains bindings for the LLVM compiler infrastructure to allow
programs written in languages other than C or C++ to take advantage of the LLVM
infrastructure--for instance, a self-hosted compiler front-end.