MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the assembly...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 11 Mar 2010 05:53:37 +0000 (05:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 11 Mar 2010 05:53:37 +0000 (05:53 +0000)
commit979ba5b3c7c818b826d06298ee7f79c4234faedb
tree1bb9d35e67a141014cacf8d1178610e47498f9b8
parent18ff2cced7e08ac76d8d5bcff8160a5f9a109cbb
MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the assembly time value of variables.

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