[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to create...
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 4 Jan 2013 20:36:28 +0000 (20:36 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 4 Jan 2013 20:36:28 +0000 (20:36 +0000)
commit4d9c5397b4a3be747bdb73f1d24c3fdbaaf438fe
tree4caf73a9a9994c1aa9d6f82f8cf356b760a268ed
parente13f441e002b95bb64d883d173f6aff9615556fd
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to create a properly aligned reader.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171520 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/Object/ELFObjectFile.cpp
test/Object/archive-long-index.donttest [deleted file]
test/Object/archive-long-index.test [new file with mode: 0644]
test/Object/simple-archive.donttest [deleted file]
test/Object/simple-archive.test [new file with mode: 0644]