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 | 63b8819445c809afcf381bb499d26291c85c45c9 (patch) | |
tree | 63672b925565117faa942e48892d6f380964fab8 /llvm/test/MC | |
parent | 821d6af6c22ab33fc8e382e3c1eda5f7849d3ca9 (diff) | |
download | bcm5719-llvm-63b8819445c809afcf381bb499d26291c85c45c9.tar.gz bcm5719-llvm-63b8819445c809afcf381bb499d26291c85c45c9.zip |
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.
llvm-svn: 174493
Diffstat (limited to 'llvm/test/MC')
0 files changed, 0 insertions, 0 deletions