llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are
authorDaniel Dunbar <daniel@zuster.org>
Tue, 30 Jun 2009 22:49:27 +0000 (22:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 30 Jun 2009 22:49:27 +0000 (22:49 +0000)
commit374d8bddacbffce7c82ce81103d30b5ee42032df
treedf30b84227f0b63cafb7a47eaa200521d7f5bb9b
parent20c568f366be211323eeaf0e45ef053278ec9ddc
llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are
allowed to be undefined when the expression is seen, we cannot enforce the
same-section requirement until the entire assembly file has been seen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74565 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCValue.h
test/MC/AsmParser/exprs.s
tools/llvm-mc/AsmExpr.cpp