1 //===- AIX/DynamicLibrary.cpp - AIX Dynamic Library -------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file was developed by Reid Spencer and is distributed under the
6 // University of Illinois Open Source License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file implements the AIX version of DynamicLibrary
12 //===----------------------------------------------------------------------===//
14 // Include the generic unix implementation
15 #include "../Unix/DynamicLibrary.cpp"
20 //===----------------------------------------------------------------------===//
21 //=== WARNING: Implementation here must contain only AIX specific code
22 //=== and must not be generic UNIX code (see ../Unix/Memory.cpp)
23 //===----------------------------------------------------------------------===//
27 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab