Sean Silva
a6423eb8be
[yaml2obj] Add support for sh_link via `Link` key.
...
llvm-svn: 184022
2013-06-15 00:25:26 +00:00
Sean Silva
0a409cf04a
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
...
For consistency, change the address in the test case from 0xDEADBEEF to
0xCAFEBABE since 0xCAFEBABE that actually has a 2-byte alignment.
llvm-svn: 183962
2013-06-14 00:38:02 +00:00
Sean Silva
46dffffb39
[yaml2obj] Add support for specifying raw section content.
...
llvm-svn: 183955
2013-06-13 22:20:01 +00:00
Sean Silva
f4bfcedfe5
[yaml2obj] Add sh_addr via `Address` key.
...
llvm-svn: 183954
2013-06-13 22:19:54 +00:00
Sean Silva
3820593160
[yaml2obj] Initial ELF section support.
...
The current functionality is extremely basic and a bit rough around the
edges, but it will flesh out in future commits.
llvm-svn: 183953
2013-06-13 22:19:48 +00:00
Sean Silva
31836f3bd7
80-cols
...
This slipped in during a hasty renaming.
llvm-svn: 183810
2013-06-12 00:01:22 +00:00
Sean Silva
864dd75093
Fix dubious type name similar to member name.
...
Should bring bots back to life.
llvm-svn: 183715
2013-06-11 00:13:52 +00:00
Sean Silva
f99309cb08
[yaml2obj] Initial ELF support.
...
Currently, only emitting the ELF header is supported (no sections or
segments).
The ELFYAML code organization is broadly similar to the COFFYAML code.
llvm-svn: 183711
2013-06-10 23:44:15 +00:00