Remove the getAddress getter, initialize Ordinal in the constructor and use
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Dec 2010 03:48:09 +0000 (03:48 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Dec 2010 03:48:09 +0000 (03:48 +0000)
commitf8803fe4177739f9a6900198f601808eb27934d9
tree98dcc5a9293c59cf7214520fef87c2f25917ca68
parentf3faf92636a7da01d3cfff1e969988b5fff795eb
Remove the getAddress getter, initialize Ordinal in the constructor and use
that on the ELF writer to detect a section we created.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120981 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAssembler.cpp