1 //===-- XCoreMCAsmInfo.cpp - XCore asm properties -------------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 #include "XCoreMCAsmInfo.h"
13 XCoreMCAsmInfo::XCoreMCAsmInfo(const Target
&T
, StringRef TT
) {
14 SupportsDebugInformation
= true;
15 Data16bitsDirective
= "\t.short\t";
16 Data32bitsDirective
= "\t.long\t";
17 Data64bitsDirective
= 0;
18 ZeroDirective
= "\t.space\t";
21 PrivateGlobalPrefix
= ".L";
22 AscizDirective
= ".asciiz";
23 WeakDefDirective
= "\t.weak\t";
24 WeakRefDirective
= "\t.weak\t";