1 Commits

Author SHA1 Message Date
Sebastian Poeplau
3351097c7b
[LLVM-C] Add LLVMCreateTargetMachineWithABI (#68406)
The ABI parameter is used by a number of common backends, including ARM,
MIPS, PPC, and RISCV. Exposing it via the C API makes it possible for
users of those backends to configure the ABI without custom bindings.
2023-10-31 08:55:00 -07:00