OSDN Git Service

Add support for callsite in the new C API for attributes
authorAmaury Sechet <deadalnix@gmail.com>
Wed, 15 Jun 2016 05:14:29 +0000 (05:14 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Wed, 15 Jun 2016 05:14:29 +0000 (05:14 +0000)
commit4e14c8337b5a0392193227659f004aeeb7fabd23
treec7b4d7e67cd3a8c49c42759137af9193e2108e75
parentf23728924d854fda92764a18100e81ef291e9fd3
Add support for callsite in the new C API for attributes

Summary: The second consumer of attributes.

Reviewers: Wallbraker, whitequark, echristo, rafael, jyknight

Subscribers: mehdi_amini

Differential Revision: http://reviews.llvm.org/D21266

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272754 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
include/llvm/IR/CallSite.h
include/llvm/IR/Instructions.h
lib/IR/Core.cpp
lib/IR/Instructions.cpp
test/Bindings/llvm-c/invoke.ll
tools/llvm-c-test/echo.cpp