| commit | 3a554ac06501cf7175ee8d9f94aaa6140e9dd46e | [log] [tgz] |
|---|---|---|
| author | Bill Wendling <isanbard@gmail.com> | Sun Dec 30 02:22:16 2012 +0000 |
| committer | Bill Wendling <isanbard@gmail.com> | Sun Dec 30 02:22:16 2012 +0000 |
| tree | c0191c5e3ace4ed2d04463b29df1ccfd1f8ddd5e | |
| parent | 10c4b4d24996a02a61d8e9a2e337acdd9c0b6366 [diff] |
Add a few more c'tors:
* One that accepts a single Attribute::AttrKind.
* One that accepts an Attribute::AttrKind plus a list of values. This is for
attributes defined like this:
#1 = attributes { align = 4 }
* One that accepts a string, for target-specific attributes like this:
#2 = attributes { "cpu=cortex-a8" }
llvm-svn: 171249