LLVM API Documentation
00001 //===- AIX/MappedFile.cpp - AIX MappedFile Implementation --------*- 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 AIX specific implementation of the MappedFile concept. 00011 // 00012 //===----------------------------------------------------------------------===// 00013 00014 // Include the generic unix implementation 00015 #include "../Unix/MappedFile.cpp" 00016 00017 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab