Add a new abstraction, SysConfig for platform independent system
authorReid Spencer <rspencer@reidspencer.com>
Tue, 31 Aug 2004 17:43:29 +0000 (17:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 31 Aug 2004 17:43:29 +0000 (17:43 +0000)
commit387e5ec502096dcd3564889b238e6442112a9784
treec098491642563475df5fdf0bd5cd64f57492d69e
parentd19e2901c1b79d287d01079659684f3a4951a69e
Add a new abstraction, SysConfig for platform independent system
configuration calls. Right now this just contains PreventCoreFiles so that
bugpoint can by platform independent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16124 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/AIX/SysConfig.cpp [new file with mode: 0644]
lib/System/Cygwin/SysConfig.cpp [new file with mode: 0644]
lib/System/Darwin/SysConfig.cpp [new file with mode: 0644]
lib/System/Linux/SysConfig.cpp [new file with mode: 0644]
lib/System/SunOS/SysConfig.cpp [new file with mode: 0644]
lib/System/SysConfig.cpp [new file with mode: 0644]
lib/System/Unix/SysConfig.cpp [new file with mode: 0644]
lib/System/Unix/Unix.h