Align the data section correctly when loading an ELF file.
authorTim Northover <Tim.Northover@arm.com>
Mon, 29 Oct 2012 10:47:07 +0000 (10:47 +0000)
committerTim Northover <Tim.Northover@arm.com>
Mon, 29 Oct 2012 10:47:07 +0000 (10:47 +0000)
commitb210e6fea56ecc8126d5101ccd2539da23546641
tree5739d2f77bb5199324d541c202117e10470cab29
parentf00677d74f1be5b4c7c73e1681a64c9062f4c7ee
Align the data section correctly when loading an ELF file.

Patch by Amara Emerson.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166920 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/MCJIT/test-data-align.ll [new file with mode: 0644]
tools/lli/lli.cpp