[all-commits] [llvm/llvm-project] 528f6f: Add type attributes to LLVM C API
Christoffer Lerno via All-commits
all-commits at lists.llvm.org
Fri Mar 19 16:07:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 528f6f7d617757addac9b51dd5bcc1ab1352e9be
https://github.com/llvm/llvm-project/commit/528f6f7d617757addac9b51dd5bcc1ab1352e9be
Author: Christoffer Lernö <christoffer.lerno at gmail.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M llvm/include/llvm-c/Core.h
M llvm/lib/IR/Core.cpp
Log Message:
-----------
Add type attributes to LLVM C API
The LLVM C API is missing type attributes as is needed by attributes
such as sret and byval. This patch adds three missing wrapper
functions.
Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=48249
https://reviews.llvm.org/D97763
More information about the All-commits
mailing list