MC: When parsing a variable reference, substitute absolute variables immediately
authorDaniel Dunbar <daniel@zuster.org>
Fri, 16 Oct 2009 01:34:54 +0000 (01:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 16 Oct 2009 01:34:54 +0000 (01:34 +0000)
commitfffff915d53361fc575621c5e04ae7df99dd3fab
treeb824567033767ad857eca8b2ccbddd1228796ad0
parent7c3600de949347bf5ea6369b2546fac15bd96415
MC: When parsing a variable reference, substitute absolute variables immediately
since they are allowed to be redefined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84230 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAsmStreamer.cpp
test/MC/AsmParser/labels.s
test/MC/AsmParser/variables.s [new file with mode: 0644]
tools/llvm-mc/AsmParser.cpp