[COFF, AArch64] Set the private label prefix to .L
commitd8b80722f19bf73ce89a4fe52e75446c9de61af2
authorMartin Storsjo <martin@martin.st>
Thu, 6 Jul 2017 21:08:34 +0000 (6 21:08 +0000)
committerMartin Storsjo <martin@martin.st>
Thu, 6 Jul 2017 21:08:34 +0000 (6 21:08 +0000)
tree3893c7257d09e452acbbd674dfce4e9094b2d17f
parent4e815cea6d3890300f703049f3830f80005fb652
[COFF, AArch64] Set the private label prefix to .L

This fixes calls to external functions starting with a capital L,
fixing errors like this:
fatal error: error in backend: assembler label 'LocalFree' can not be undefined

Differential Revision: https://reviews.llvm.org/D35079

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp