OSDN Git Service

Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when
authorJan Wen Voung <jvoung@google.com>
Thu, 30 Sep 2010 02:41:46 +0000 (02:41 +0000)
committerJan Wen Voung <jvoung@google.com>
Thu, 30 Sep 2010 02:41:46 +0000 (02:41 +0000)
commit12ad94e03c46c3bba44756bc052e08d6c4341b3d
tree4b21313a655fa45b76b4b9664ee7ffb11ff655f4
parent7070387f08f7dc797b554ed8013cba9f8b74121a
Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when
constructing a section. Test for a few cases also included.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115132 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/ELFAsmParser.cpp
test/MC/ELF/entsize.s [new file with mode: 0644]