| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
caught by llvm-ld's main function.
llvm-svn: 19030
|
|
|
|
| |
llvm-svn: 19026
|
|
|
|
|
|
|
|
|
|
|
| |
* removeFile() -> sys::Path::destroyFile()
* remove extraneous toString() calls
* convert local variables representing path names from std::string to
sys::Path
* Use sys::Path objects with FileRemove instead of std::string
* Use sys::Path methods for construction of path names
llvm-svn: 19001
|
|
|
|
|
|
|
| |
* Change ExecWait calls to sys::Program::ExecuteAndWait
* Convert to use sys::Path where it makes sense
llvm-svn: 18929
|
|
|
|
|
|
| |
Adjust to interface change for FindExecutable.
llvm-svn: 18920
|
|
|
|
|
|
|
| |
Replace MakeFileReadable and MakeFileExecutable (from FileUtilities) with
sys::Path::makeReadable and sys::Path:makeExecutable, respectively.
llvm-svn: 18909
|
|
|
|
|
|
| |
pass to the Linker::LinkInItems function.
llvm-svn: 18894
|
|
|
|
| |
llvm-svn: 18864
|
|
|
|
| |
llvm-svn: 18617
|
|
|
|
|
|
|
| |
When not linking as a library, use LinkItems to retain command line order of \
linking, otherwise use LinkFiles
llvm-svn: 18549
|
|
|
|
| |
llvm-svn: 18048
|
|
|
|
| |
llvm-svn: 17801
|
|
|
|
| |
llvm-svn: 17798
|
|
|
|
| |
llvm-svn: 16517
|
|
llvm-svn: 16305
|