[yaml2obj][ELF] Align section contents in the output.
authorSean Silva <silvas@purdue.edu>
Sat, 22 Jun 2013 00:47:43 +0000 (00:47 +0000)
committerSean Silva <silvas@purdue.edu>
Sat, 22 Jun 2013 00:47:43 +0000 (00:47 +0000)
commite766884193afeb684fe1e14f74c316405e9d801f
tree046f82044f1fd538bb34cb03bfcc6944087da115
parent529616299f109f58e2a8217a1a760ba961266459
[yaml2obj][ELF] Align section contents in the output.

The improperly aligned section content in the output was causing
buildbot failures. This should fix them.

Incidentally, this results in a simpler and more robust API for
ContiguousBlobAccumulator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184621 91177308-0d34-0410-b5e6-96231b3b80d8
tools/yaml2obj/yaml2elf.cpp