[all-commits] [llvm/llvm-project] 07234c: Add type attributes to LLVM C API
Christoffer Lerno via All-commits
all-commits at lists.llvm.org
Thu Jun 24 20:59:20 PDT 2021
Branch: refs/heads/release/12.x
Home: https://github.com/llvm/llvm-project
Commit: 07234c7d6bc246925710b88a1f9552f678587165
https://github.com/llvm/llvm-project/commit/07234c7d6bc246925710b88a1f9552f678587165
Author: Christoffer Lernö <christoffer.lerno at gmail.com>
Date: 2021-06-24 (Thu, 24 Jun 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
(cherry picked from commit 528f6f7d617757addac9b51dd5bcc1ab1352e9be)
More information about the All-commits
mailing list