Without this option, the -run-llc mode does not work with shared objects at
[oota-llvm.git] / lib / Support / FileUtilities.cpp
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-07 Misha Brukmanclose() requires "unistd.h" .
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerCheck in the implementation of the FileUtilities!