Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and MIPS...
authorJames Molloy <james.molloy@arm.com>
Sat, 28 Jan 2012 15:58:32 +0000 (15:58 +0000)
committerJames Molloy <james.molloy@arm.com>
Sat, 28 Jan 2012 15:58:32 +0000 (15:58 +0000)
commit2d8955a77c6920d1a50de5ec9094faaa1b2f4e88
treecc9b253d78f97e959ba033654230c28302ab8017
parent518ff566f5d3c39fee606c34d045543cf4682a13
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and MIPS ELF backends.

Fixes PR11877

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
test/MC/ARM/pr11877.s [new file with mode: 0644]
test/MC/Mips/pr11877.s [new file with mode: 0644]