Use '.L' for global private prefix (as mspgcc)

llvm-svn: 86380
This commit is contained in:
Anton Korobeynikov 2009-11-07 17:12:38 +00:00
parent e04fa15cb3
commit 3b7c712e9e
1 changed files with 1 additions and 0 deletions

View File

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