forked from OSchip/llvm-project
Use '.L' for global private prefix (as mspgcc)
llvm-svn: 86380
This commit is contained in:
parent
e04fa15cb3
commit
3b7c712e9e
|
@ -17,4 +17,5 @@ using namespace llvm;
|
|||
MSP430MCAsmInfo::MSP430MCAsmInfo(const Target &T, const StringRef &TT) {
|
||||
AlignmentIsInBytes = false;
|
||||
AllowNameToStartWithDigit = true;
|
||||
PrivateGlobalPrefix = ".L";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue