Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
1a8d9a7657bba79099e6e2a6b0568db53d1e9a23
/
lld
/
Common
/
Filesystem.cpp
6bda276
[LLD][ELF][Windows] small improvement to D82567
by Ben Dunbobbin
· 4 years, 10 months ago
f42f599
[LLD][ELF][Windows] Allow LLD to overwrite existing output files that are in use
by Ben Dunbobbin
· 4 years, 11 months ago
932f027
[Support] Move LLD's parallel algorithm wrappers to support
by Reid Kleckner
· 5 years ago
eb4663d
[lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={1,2,...} /threads:{1,2,...}
by Fangrui Song
· 5 years ago
7ae3d33
[lld] Fix trivial typos in comments
by Kazuaki Ishizaki
· 5 years ago
76c3f6c
Fix build breakage on Win32.
by Rui Ueyama
· 6 years ago
136d27a
[Coding style change][lld] Rename variables for non-ELF ports
by Rui Ueyama
· 6 years ago
7fd99fc
Fail early if an output file is not writable
by Rui Ueyama
· 6 years ago
[Renamed (95%) from lld/ELF/Filesystem.cpp]
c3aefed
Revert "Revert "[lld] Fix elf::unlinkAsync detached thread""
by Nick Desaulniers
· 6 years ago
289d70c
Revert "[lld] Fix elf::unlinkAsync detached thread"
by Nick Desaulniers
· 6 years ago
2694810
[lld] Fix elf::unlinkAsync detached thread
by Vitaly Buka
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
fb64730
s/LLVM_ON_WIN32/_WIN32/, lld
by Nico Weber
· 7 years ago
d0929ca
Don't use llvm/Config/config.h.
by Rafael Espindola
· 8 years ago
85b8d0c
Handle "-" in tryCreateFile.
by Rafael Espindola
· 8 years ago
1e8813c
Remove a given file even if openFileForRead fails.
by Rui Ueyama
· 8 years ago
f7a5729
Update for llvm change.
by Rafael Espindola
· 8 years ago
367ca01
Fix unused variable error.
by Rafael Espindola
· 8 years ago
c788906
Use std::thread directly.
by Rafael Espindola
· 8 years ago
1501a26
Simplify unlinkAsync.
by Rafael Espindola
· 8 years ago
fcd7494
Use Path instead of Config->OutputFile. NFC.
by Rafael Espindola
· 8 years ago
4f5c8c2
[lld] Move Threads to Common
by Bob Haarman
· 8 years ago
945cd64
Wait for all threads to terminate before exitting.
by Rui Ueyama
· 8 years ago
c17a04c
ELF: Only unlink regular files
by Tom Stellard
· 8 years ago
d283eb7
Make LLD work even if the current directory is not writable.
by Rui Ueyama
· 8 years ago
7163027
Move code to emit error messages from Filesystem.cpp to Driver.cpp.
by Rui Ueyama
· 8 years ago
b7a90ef
[ELF] Fail the link early if the map file path is invalid
by James Henderson
· 8 years ago
9b55e92
Move a few functions to a new file Filesystem.{cpp,h}.
by Rui Ueyama
· 8 years ago