Added code that makes the bytecode file readable (needed by the generated shell
authorJohn Criswell <criswell@uiuc.edu>
Tue, 2 Sep 2003 21:11:22 +0000 (21:11 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 2 Sep 2003 21:11:22 +0000 (21:11 +0000)
commit22edc39046ab54f6749a29385af2fa44ec28a8f3
treefadecfc26083a04527bf0ff29f4510f35b0bea9e
parent66622be46acfdebdfb82f1f6b988912ec8b61754
Added code that makes the bytecode file readable (needed by the generated shell
script).
Removed the use of sys/types.h and sys/stat.h.
Modified FileExists() so that it uses the access() system call to check for
file existance.  This requires less header files and might even be a tad bit
faster.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8328 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/gccld.cpp