Use '.L' for global private prefix (as mspgcc)
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 7 Nov 2009 17:12:38 +0000 (17:12 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 7 Nov 2009 17:12:38 +0000 (17:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86380 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/MSP430MCAsmInfo.cpp

index 069313e2ef0b1bd665c431d8e98eb333261d6814..d4ee1f1192b5f8193332cdaba2716568814fecd9 100644 (file)
@@ -17,4 +17,5 @@ using namespace llvm;
 MSP430MCAsmInfo::MSP430MCAsmInfo(const Target &T, const StringRef &TT) {
   AlignmentIsInBytes = false;
   AllowNameToStartWithDigit = true;
+  PrivateGlobalPrefix = ".L";
 }