[all-commits] [llvm/llvm-project] 335109: [LLVM-C] Add LLVMCreateTargetMachineWithABI (#68406)
Sebastian Poeplau via All-commits
all-commits at lists.llvm.org
Tue Oct 31 08:55:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3351097c7b69ee88b6f2ad283ef8a56776bf0559
https://github.com/llvm/llvm-project/commit/3351097c7b69ee88b6f2ad283ef8a56776bf0559
Author: Sebastian Poeplau <poeplau at adacore.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm-c/TargetMachine.h
M llvm/lib/Target/TargetMachineC.cpp
M llvm/unittests/Target/CMakeLists.txt
A llvm/unittests/Target/TargetMachineOptionsTest.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list