Added stub implementations of TimeValue concept for remaining platforms.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 25 Sep 2004 05:03:54 +0000 (05:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 25 Sep 2004 05:03:54 +0000 (05:03 +0000)
commit0d5716e3afc0073e32a7e27e81168f9cc81adfc2
tree793ebc130bed5182e50f2fcffdd1520c2702caf1
parent1fc194c610862cb49c3e39554ca4d2e45a6840f2
Added stub implementations of TimeValue concept for remaining platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16513 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/AIX/TimeValue.cpp [new file with mode: 0644]
lib/System/Cygwin/TimeValue.cpp [new file with mode: 0644]
lib/System/Darwin/TimeValue.cpp [new file with mode: 0644]
lib/System/FreeBSD/TimeValue.cpp [new file with mode: 0644]
lib/System/Interix/TimeValue.cpp [new file with mode: 0644]
lib/System/SunOS/TimeValue.cpp [new file with mode: 0644]
lib/System/Unix/TimeValue.cpp [new file with mode: 0644]
lib/System/Unix/TimeValue.inc [new file with mode: 0644]
lib/System/Win32/TimeValue.cpp [new file with mode: 0644]
lib/System/Win32/TimeValue.inc [new file with mode: 0644]