diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-02-06 06:52:58 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-02-06 06:52:58 +0000 |
| commit | 95ce4c2ffb0ff31a79b060fb112659322a5be3bf (patch) | |
| tree | a0c49a46b4877c7b3ac712892d8c6601dc4fed35 /lib/Target/AArch64/Utils | |
| parent | 97fe3d95110db54908527e547187b3007185e46c (diff) | |
| download | external_llvm-95ce4c2ffb0ff31a79b060fb112659322a5be3bf.zip external_llvm-95ce4c2ffb0ff31a79b060fb112659322a5be3bf.tar.gz external_llvm-95ce4c2ffb0ff31a79b060fb112659322a5be3bf.tar.bz2 | |
Initial submission for the attribute group feature.
Attribute groups are of the form:
#0 = attributes { noinline "no-sse" "cpu"="cortex-a8" alignstack=4 }
Target-dependent attributes are represented as strings. Attributes can have
optional values associated with them. E.g., the "cpu" attribute has the value
"cortex-a8".
Target-independent attributes are listed as enums inside the attribute classes.
Multiple attribute groups can be referenced by the same object. In that case,
the attributes are merged together.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/Utils')
0 files changed, 0 insertions, 0 deletions
