summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Filesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fail early if an output file is not writableRui Ueyama2019-03-111-102/+0
* Revert "Revert "[lld] Fix elf::unlinkAsync detached thread""Nick Desaulniers2019-02-141-2/+19
* Revert "[lld] Fix elf::unlinkAsync detached thread"Nick Desaulniers2019-02-141-19/+2
* [lld] Fix elf::unlinkAsync detached threadVitaly Buka2019-02-141-2/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* s/LLVM_ON_WIN32/_WIN32/, lldNico Weber2018-04-101-1/+1
* Don't use llvm/Config/config.h.Rafael Espindola2017-11-171-2/+2
* Handle "-" in tryCreateFile.Rafael Espindola2017-11-081-0/+2
* Remove a given file even if openFileForRead fails.Rui Ueyama2017-11-081-4/+3
* Update for llvm change.Rafael Espindola2017-11-081-1/+1
* Fix unused variable error.Rafael Espindola2017-11-071-1/+1
* Use std::thread directly.Rafael Espindola2017-11-071-1/+2
* Simplify unlinkAsync.Rafael Espindola2017-11-071-13/+20
* Use Path instead of Config->OutputFile. NFC.Rafael Espindola2017-11-071-2/+2
* [lld] Move Threads to CommonBob Haarman2017-10-131-2/+2
* Wait for all threads to terminate before exitting.Rui Ueyama2017-10-051-3/+3
* ELF: Only unlink regular filesTom Stellard2017-07-041-1/+2
* Make LLD work even if the current directory is not writable.Rui Ueyama2017-04-261-0/+2
* Move code to emit error messages from Filesystem.cpp to Driver.cpp.Rui Ueyama2017-04-261-10/+5
* [ELF] Fail the link early if the map file path is invalidJames Henderson2017-04-041-2/+2
* Move a few functions to a new file Filesystem.{cpp,h}.Rui Ueyama2017-03-241-0/+79
OpenPOWER on IntegriCloud