Added the MakeFileExecutable() method. This method takes a filename and
authorJohn Criswell <criswell@uiuc.edu>
Tue, 2 Sep 2003 20:14:57 +0000 (20:14 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 2 Sep 2003 20:14:57 +0000 (20:14 +0000)
commit6991a03753db092e2e5b269ebdc898ff5cfc43a8
tree1d841e5d57190b10e9eefffacea49b225549f122
parentde73193f3e42d7aa80429588b69b8d447beb0c9f
Added the MakeFileExecutable() method.  This method takes a filename and
gives it execute access while respecting the user's umask.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8324 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/FileUtilities.h
include/llvm/Support/FileUtilities.h
lib/Support/FileUtilities.cpp
support/lib/Support/FileUtilities.cpp