mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Don't set PrivateGlobalPrefix for NVPTX and R600.
These targets have special asm printers that don't use these. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196187 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cd7a3fa79
commit
387d4ea375
@ -47,7 +47,6 @@ NVPTXMCAsmInfo::NVPTXMCAsmInfo(const StringRef &TT) {
|
|||||||
Data16bitsDirective = " .b16 ";
|
Data16bitsDirective = " .b16 ";
|
||||||
Data32bitsDirective = " .b32 ";
|
Data32bitsDirective = " .b32 ";
|
||||||
Data64bitsDirective = " .b64 ";
|
Data64bitsDirective = " .b64 ";
|
||||||
PrivateGlobalPrefix = "";
|
|
||||||
ZeroDirective = " .b8";
|
ZeroDirective = " .b8";
|
||||||
AsciiDirective = " .b8";
|
AsciiDirective = " .b8";
|
||||||
AscizDirective = " .b8";
|
AscizDirective = " .b8";
|
||||||
|
@ -24,7 +24,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
|
|||||||
CommentColumn = 40;
|
CommentColumn = 40;
|
||||||
CommentString = ";";
|
CommentString = ";";
|
||||||
LabelSuffix = ":";
|
LabelSuffix = ":";
|
||||||
PrivateGlobalPrefix = ";.";
|
|
||||||
LinkerPrivateGlobalPrefix = "!";
|
LinkerPrivateGlobalPrefix = "!";
|
||||||
InlineAsmStart = ";#ASMSTART";
|
InlineAsmStart = ";#ASMSTART";
|
||||||
InlineAsmEnd = ";#ASMEND";
|
InlineAsmEnd = ";#ASMEND";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user