Provide initial implementations of Memory and Process concepts for various
authorReid Spencer <rspencer@reidspencer.com>
Sat, 11 Sep 2004 04:59:30 +0000 (04:59 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 11 Sep 2004 04:59:30 +0000 (04:59 +0000)
commitcbad701d0b6fd42112e121e2d7af9c70aaee7440
tree28df4a540a1096118994fdbc25d07a2d95779c04
parent41b21bf2fcd87578a5baa6823b7e5e5ae75089c6
Provide initial implementations of Memory and Process concepts for various
platforms.
Implement GetLLVMSuffix function for the Path concept.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16292 91177308-0d34-0410-b5e6-96231b3b80d8
28 files changed:
lib/System/AIX/Memory.cpp [new file with mode: 0644]
lib/System/AIX/Path.cpp
lib/System/AIX/Process.cpp [new file with mode: 0644]
lib/System/Cygwin/Memory.cpp [new file with mode: 0644]
lib/System/Cygwin/Path.cpp
lib/System/Cygwin/Process.cpp [new file with mode: 0644]
lib/System/Darwin/Memory.cpp [new file with mode: 0644]
lib/System/Darwin/Path.cpp
lib/System/Darwin/Process.cpp [new file with mode: 0644]
lib/System/FreeBSD/Memory.cpp [new file with mode: 0644]
lib/System/FreeBSD/Path.cpp
lib/System/FreeBSD/Process.cpp [new file with mode: 0644]
lib/System/Interix/Memory.cpp [new file with mode: 0644]
lib/System/Interix/Path.cpp
lib/System/Interix/Process.cpp [new file with mode: 0644]
lib/System/Linux/Memory.cpp [new file with mode: 0644]
lib/System/Linux/Path.cpp
lib/System/Linux/Process.cpp [new file with mode: 0644]
lib/System/Memory.cpp [new file with mode: 0644]
lib/System/Path.cpp
lib/System/Process.cpp [new file with mode: 0644]
lib/System/SunOS/Memory.cpp [new file with mode: 0644]
lib/System/SunOS/Path.cpp
lib/System/SunOS/Process.cpp [new file with mode: 0644]
lib/System/Win32/Memory.cpp [new file with mode: 0644]
lib/System/Win32/Memory.inc [new file with mode: 0644]
lib/System/Win32/Path.cpp [new file with mode: 0644]
lib/System/Win32/Path.inc [new file with mode: 0644]