diff options
author | James Molloy <james.molloy@arm.com> | 2012-01-28 15:58:32 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2012-01-28 15:58:32 +0000 |
commit | 2d8955a77c6920d1a50de5ec9094faaa1b2f4e88 (patch) | |
tree | cc9b253d78f97e959ba033654230c28302ab8017 /test/MC/Mips/pr11877.s | |
parent | 518ff566f5d3c39fee606c34d045543cf4682a13 (diff) | |
download | external_llvm-2d8955a77c6920d1a50de5ec9094faaa1b2f4e88.zip external_llvm-2d8955a77c6920d1a50de5ec9094faaa1b2f4e88.tar.gz external_llvm-2d8955a77c6920d1a50de5ec9094faaa1b2f4e88.tar.bz2 |
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
Diffstat (limited to 'test/MC/Mips/pr11877.s')
-rw-r--r-- | test/MC/Mips/pr11877.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Mips/pr11877.s b/test/MC/Mips/pr11877.s new file mode 100644 index 0000000..d354ce4 --- /dev/null +++ b/test/MC/Mips/pr11877.s @@ -0,0 +1,6 @@ +// RUN: llvm-mc -triple mips-unknown-unknown %s + +i: + .long g +g = h +h = i |