LLVM API Documentation

IncludeFile.cpp

Go to the documentation of this file.
00001 //===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file was developed by Reid Spencer and is distributed under the 
00006 // University of Illinois Open Source License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 //
00010 // This file implements the IncludeFile constructor.
00011 //
00012 //===----------------------------------------------------------------------===//
00013 
00014 #include "llvm/System/IncludeFile.h"
00015 
00016 using namespace llvm;
00017 
00018 // This constructor is used to ensure linking of other modules. See the
00019 // llvm/System/IncludeFile.h header for details. 
00020 IncludeFile::IncludeFile(void*) {}