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 is distributed under the University of Illinois Open Source
00006 // 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(const void*) {}



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.