1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/yaml2obj
David Majnemer 9e8382e439 [yaml2obj, COFF] Correctly handle section alignment
The section alignment field was marked optional but not provided a
default value: initialize it with 0.

While we are here, ensure that the section alignment is plausible.

llvm-svn: 263692
2016-03-17 05:43:26 +00:00
..
CMakeLists.txt Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
yaml2coff.cpp [yaml2obj, COFF] Correctly handle section alignment 2016-03-17 05:43:26 +00:00
yaml2elf.cpp Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
yaml2obj.cpp Make helper functions static. 2015-03-09 16:23:46 +00:00
yaml2obj.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00