]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - lib/Target/C6000/MCTargetDesc/C6000MCTargetDesc.cpp
Added C6000 LLVM target specialization files.
[opencl/llvm.git] / lib / Target / C6000 / MCTargetDesc / C6000MCTargetDesc.cpp
1 //===-- C6000MCTargetDesc.cpp - C6000 Target Descriptions -----------------===//
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 provides C6000 specific target descriptions.
11 //
12 //===----------------------------------------------------------------------===//
14 #include "C6000MCTargetDesc.h"
15 using namespace llvm;
17 extern "C" void LLVMInitializeC6000TargetMC() {
18 }