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
Data16bitsDirective = " .b16 ";
Data32bitsDirective = " .b32 ";
Data64bitsDirective = " .b64 ";
- PrivateGlobalPrefix = "";
ZeroDirective = " .b8";
AsciiDirective = " .b8";
AscizDirective = " .b8";
CommentColumn = 40;
CommentString = ";";
LabelSuffix = ":";
- PrivateGlobalPrefix = ";.";
LinkerPrivateGlobalPrefix = "!";
InlineAsmStart = ";#ASMSTART";
InlineAsmEnd = ";#ASMEND";