[all-commits] [llvm/llvm-project] 15c1ab: [Attributes] Remove special SRet/ByVal attribute h...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 11 00:42:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15c1ab25ab85cb62a305664cc8b418a9b912bf4e
https://github.com/llvm/llvm-project/commit/15c1ab25ab85cb62a305664cc8b418a9b912bf4e
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M llvm/lib/IR/Core.cpp
Log Message:
-----------
[Attributes] Remove special SRet/ByVal attribute handling in C API
Proper construction functions for these have long since been
exposed, and these attributes require a type nowadays, so drop the
old compatibility code.
More information about the All-commits
mailing list