For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 20:08:14 +0000 (20:08 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 20:08:14 +0000 (20:08 +0000)
commit2356f8612e2e7441d6c829b6886cc5c2a4a1671d
treec0308affbb3cae55ea7ecd57dd95d036e3414b2d
parent319cdeccd16a6e1da087ff654e6fb7060b07fe55
For PR351:
Remove the MakeFileReadable and MakeFileExecutable functions which are no
longer present in LLVM. They have been replaced with the sys::Path methods
makeReadable and makeExecutable, respectively.

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