Allow symbols to start from the digit if target requests it. This allows, e.g. pinning
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 18 Sep 2009 16:57:42 +0000 (16:57 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 18 Sep 2009 16:57:42 +0000 (16:57 +0000)
commitc6f729ed5519cdf398ca4039dbdbea4f81433ec0
tree869948d5bfd5d30bb4d55c7ee8a7a82b23d650f2
parent7de3bd273ec3f4f027089285106095e8700e226d
Allow symbols to start from the digit if target requests it. This allows, e.g. pinning
variables to specified absolute address. Make use of this feature for MSP430.
This unbreaks PR4776.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82227 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
include/llvm/Support/Mangler.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCSymbol.cpp
lib/Target/MSP430/MSP430MCAsmInfo.cpp
lib/VMCore/Mangler.cpp
test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll [new file with mode: 0644]