Hanle i8 returns
[llvm/msp430.git] / lib / Target / X86 / X86ELFWriterInfo.cpp
blob4c3cc828f46efb383ced3ef272f6dc08a13e1f67
1 //===-- X86ELFWriterInfo.cpp - ELF Writer Info for the X86 backend --------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file implements ELF writer information for the X86 backend.
12 //===----------------------------------------------------------------------===//
14 #include "X86ELFWriterInfo.h"
15 using namespace llvm;
17 X86ELFWriterInfo::X86ELFWriterInfo() : TargetELFWriterInfo(EM_386) {}
18 X86ELFWriterInfo::~X86ELFWriterInfo() {}