OSDN Git Service

MCAsmLayout: Add support for computing the symbol offset of variables. Not
authorDaniel Dunbar <daniel@zuster.org>
Fri, 29 Apr 2011 18:20:20 +0000 (18:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 29 Apr 2011 18:20:20 +0000 (18:20 +0000)
commitc8497b6a2565046b5e6b5f2ea9dedc62b53dd966
treea39544a1d3dc43ae8454c506e23f649874256540
parent90604ab725da8a2a57cf3ca1541b14b95d619040
MCAsmLayout: Add support for computing the symbol offset of variables. Not
currently used, because variables don't get reported as being "defined".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130524 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAssembler.cpp
test/MC/MachO/variable-errors.s [new file with mode: 0644]