Convert llvmc to use the lib/System interface instead of directly
authorReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:26:56 +0000 (19:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:26:56 +0000 (19:26 +0000)
commit52c2dc1a42bbe8ea2561e5246fb03fc414b41e8a
treef575c08fee11f9da84285f2902dba75dc892ef57
parentbd4dd5c33a13587b7d095960f7646b00ac82b90e
Convert llvmc to use the lib/System interface instead of directly
using Unix operating system calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16089 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/CompilerDriver.cpp
tools/llvmc/CompilerDriver.h
tools/llvmc/ConfigLexer.h
tools/llvmc/ConfigLexer.l
tools/llvmc/Configuration.cpp
tools/llvmc/Configuration.h
tools/llvmc/Makefile
tools/llvmc/llvmc.cpp
tools/llvmc/st