Add support for ELF PLT references for ARM MC asm printing. Adding a
authorJim Grosbach <grosbach@apple.com>
Wed, 22 Sep 2010 23:27:36 +0000 (23:27 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 22 Sep 2010 23:27:36 +0000 (23:27 +0000)
commit637d89fe0eca4fa2b9c95f6c15eb69a99bae83bc
tree297d494459ff003f9e2d1d7bd36c0e90414d01c4
parentdf046f078e95417f0ece761c92b8cc549f7ab105
Add support for ELF PLT references for ARM MC asm printing. Adding a
new VariantKind to the MCSymbolExpr seems like overkill, but I'm not sure
there's a more straightforward way to get the printing difference captured.
(i.e., x86 uses @PLT, ARM uses (PLT)).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114613 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h
lib/MC/MCExpr.cpp
lib/Target/ARM/ARMBaseInfo.h
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMMCInstLower.cpp
lib/Target/ARM/ARMMCInstLower.h