"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "88e0df0c9128a09c001c06f984a35ce0048ad526"
Newer
Older
Akira Hatanaka
committed
//===-- MipsMCAsmInfo.cpp - Mips asm properties ---------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
Akira Hatanaka
committed
//===----------------------------------------------------------------------===//
// This file contains the declarations of the MipsMCAsmInfo properties.
Akira Hatanaka
committed
//===----------------------------------------------------------------------===//
#include "MipsMCAsmInfo.h"
MipsMCAsmInfo::MipsMCAsmInfo(const Target &T, StringRef TT) {
AlignmentIsInBytes = false;
Data16bitsDirective = "\t.half\t";
Data32bitsDirective = "\t.4byte\t";
PrivateGlobalPrefix = "$";
CommentString = "#";
ZeroDirective = "\t.space\t";
GPRel32Directive = "\t.gpword\t";
SupportsDebugInformation = true;
ExceptionsType = ExceptionHandling::DwarfCFI;
HasLEB128 = true;