LLVM API Documentation
00001 //===- Darwin/Program.cpp - Darwin Program Implementatino. ---- -*- C++ -*-===// 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 provides the Darwin specific implementation of the Program class. 00011 // 00012 //===----------------------------------------------------------------------===// 00013 00014 // Include the generic Unix implementation 00015 #include "../Unix/Program.cpp" 00016 00017 //===----------------------------------------------------------------------===// 00018 //=== WARNING: Implementation here must contain only Darwin specific code 00019 //=== and must not be generic UNIX code (see ../Unix/Program.cpp) 00020 //===----------------------------------------------------------------------===// 00021 00022 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab