forked from OSchip/llvm-project
The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.
llvm-svn: 195883
This commit is contained in:
parent
615b200cc2
commit
429e3fb068
|
@ -25,7 +25,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
|
|||
CommentColumn = 40;
|
||||
CommentString = ";";
|
||||
LabelSuffix = ":";
|
||||
GlobalPrefix = "@";
|
||||
PrivateGlobalPrefix = ";.";
|
||||
LinkerPrivateGlobalPrefix = "!";
|
||||
InlineAsmStart = ";#ASMSTART";
|
||||
|
|
Loading…
Reference in New Issue