aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/AIX
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/AIX')
-rw-r--r--lib/System/AIX/SysConfig.cpp27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/System/AIX/SysConfig.cpp b/lib/System/AIX/SysConfig.cpp
new file mode 100644
index 0000000..53b4b0c
--- /dev/null
+++ b/lib/System/AIX/SysConfig.cpp
@@ -0,0 +1,27 @@
+//===- AIX/SysConfig.cpp - AIX SysConfig Implementation ---------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by Reid Spencer and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file provides the AIX specific implementation of the SysConfig class.
+//
+//===----------------------------------------------------------------------===//
+
+// Include the generic unix implementation
+#include "../Unix/SysConfig.cpp"
+
+namespace llvm {
+using namespace sys;
+
+//===----------------------------------------------------------------------===//
+//=== WARNING: Implementation here must contain only AIX specific code
+//=== and must not be generic UNIX code (see ../Unix/SysConfig.cpp)
+//===----------------------------------------------------------------------===//
+
+}
+
+// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab