mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it.
llvm-svn: 195883
This commit is contained in:
parent
95624c101d
commit
b424a0de8f
@ -25,7 +25,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
|
||||
CommentColumn = 40;
|
||||
CommentString = ";";
|
||||
LabelSuffix = ":";
|
||||
GlobalPrefix = "@";
|
||||
PrivateGlobalPrefix = ";.";
|
||||
LinkerPrivateGlobalPrefix = "!";
|
||||
InlineAsmStart = ";#ASMSTART";
|
||||
|
Loading…
Reference in New Issue
Block a user