[llvm-commits] CVS: llvm/lib/System/Linux/Path.cpp
Reid Spencer
reid at x10sys.com
Tue Aug 24 23:19:12 PDT 2004
Changes in directory llvm/lib/System/Linux:
Path.cpp added (r1.1)
---
Log message:
Initial implementation of the Path operating system concept.
---
Diffs of the changes: (+20 -0)
Index: llvm/lib/System/Linux/Path.cpp
diff -c /dev/null llvm/lib/System/Linux/Path.cpp:1.1
*** /dev/null Wed Aug 25 01:19:11 2004
--- llvm/lib/System/Linux/Path.cpp Wed Aug 25 01:19:01 2004
***************
*** 0 ****
--- 1,20 ----
+ //===- llvm/System/Linux/Path.cpp - Linux Path 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 Linux specific implementation of the Path class.
+ //
+ //===----------------------------------------------------------------------===//
+
+ //===----------------------------------------------------------------------===//
+ //=== WARNING: Implementation here must contain only Linux specific code
+ //=== and must not be generic UNIX code (see ../Unix)
+ //===----------------------------------------------------------------------===//
+
+ // Th..Th..Th..Tha's All Folks!
+ #include "../Unix/Path.cpp"
More information about the llvm-commits
mailing list