OSDN Git Service

Expose AttributeSetNode, use it to provide aggregate getter for attribute in the...
authorAmaury Sechet <deadalnix@gmail.com>
Thu, 21 Jul 2016 04:25:06 +0000 (04:25 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Thu, 21 Jul 2016 04:25:06 +0000 (04:25 +0000)
commit8fad35613e85b394900f0f1bb98c312e0084e719
tree7d9a0a5d6175e929533e375c46b3ce4852cb1ecd
parentfc02f9736334d57cba7dbc960a3540b44263cfe6
Expose AttributeSetNode, use it to provide aggregate getter for attribute in the C API.

Summary: See D19181 for context.

Reviewers: whitequark, Wallbraker, jyknight, echristo, bkramer, void

Subscribers: mehdi_amini

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276236 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
include/llvm/IR/Attributes.h
lib/IR/AttributeImpl.h
lib/IR/AttributeSetNode.h [new file with mode: 0644]
lib/IR/Core.cpp