Split Alignment out of the Section Characteristics.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 May 2013 20:11:21 +0000 (20:11 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 May 2013 20:11:21 +0000 (20:11 +0000)
commit7098ae2fee5d89a6e95ff391a9efa78c4a6c8703
tree414cc471bf6e6327f4371558e2e9a17d495829ea
parent1a7eab387849feaa3e9c35f145d5b07be54686e3
Split Alignment out of the Section Characteristics.

The alignment is just a byte in the middle of Characteristics, not an
independent flag. Making it an independent field in the yaml
representation makes it more yamlio friendly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181243 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/Inputs/COFF/i386.yaml
test/Object/Inputs/COFF/x86-64.yaml
tools/yaml2obj/yaml2obj.cpp