Files
llvm/lib/System/IncludeFile.cpp
T

21 lines
705 B
C++
Raw Normal View History

2006-07-26 16:18:00 +00:00
//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
2006-06-07 20:00:19 +00:00
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
2006-06-07 20:00:19 +00:00
//
//===----------------------------------------------------------------------===//
//
// This file implements the IncludeFile constructor.
//
//===----------------------------------------------------------------------===//
2006-07-26 16:18:00 +00:00
#include "llvm/System/IncludeFile.h"
2006-06-07 20:00:19 +00:00
using namespace llvm;
// This constructor is used to ensure linking of other modules. See the
2006-07-26 16:18:00 +00:00
// llvm/System/IncludeFile.h header for details.
IncludeFile::IncludeFile(const void*) {}