diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-25 06:20:07 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-25 06:20:07 +0000 |
commit | 814ba578ba3d8669ea9e18f11db82af978744b2c (patch) | |
tree | b3fb02c3efbb193d553ca37b085fd0262051df2a /llvm/lib/System/Linux | |
parent | 13ebda70ea75b3f8b531fc8e362e781464a0ee7e (diff) | |
download | bcm5719-llvm-814ba578ba3d8669ea9e18f11db82af978744b2c.tar.gz bcm5719-llvm-814ba578ba3d8669ea9e18f11db82af978744b2c.zip |
Initial implementation of the Path operating system concept.
llvm-svn: 16048
Diffstat (limited to 'llvm/lib/System/Linux')
-rw-r--r-- | llvm/lib/System/Linux/Path.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/llvm/lib/System/Linux/Path.cpp b/llvm/lib/System/Linux/Path.cpp new file mode 100644 index 00000000000..5c73d0176a1 --- /dev/null +++ b/llvm/lib/System/Linux/Path.cpp @@ -0,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" |