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 | b89a2237ea79e0576fdb426b124f1940f53da159 (patch) | |
tree | bd6277d71a8627ffce532b7e1fefd49d3f310f78 /lib/System/Linux/Path.cpp | |
parent | 17f130c61e268b39044870b66b58d7575d7ba784 (diff) |
Initial implementation of the Path operating system concept.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Linux/Path.cpp')
-rw-r--r-- | lib/System/Linux/Path.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/System/Linux/Path.cpp b/lib/System/Linux/Path.cpp new file mode 100644 index 0000000000..5c73d0176a --- /dev/null +++ b/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" |