[clang] [llvm] [WIP] ABI Lowering Library (PR #140112)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 00:49:02 PDT 2025
================
@@ -825,6 +831,47 @@ void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
}
} // namespace clang
+ABIArgInfo CodeGenTypes::convertABIArgInfo(const llvm::abi::ABIArgInfo &abiInfo,
+ QualType type) {
----------------
nikic wrote:
Clang is a bit inconsistent with this, but it generally also follows the "upper case variable names" style.
https://github.com/llvm/llvm-project/pull/140112
More information about the llvm-commits
mailing list