llvm/lib/LTO
Peter Collingbourne aad0d391c9 LTO: Create temporary cache files in the cache directory instead of $TMPDIR.
This fixes a race condition where another linker process can observe a
partially written file if we copy it from another file system, and allows
the link to be independent of the amount of free disk space in $TMPDIR.

Differential Revision: https://reviews.llvm.org/D31045

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297970 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-16 18:20:06 +00:00
..
Caching.cpp LTO: Create temporary cache files in the cache directory instead of $TMPDIR. 2017-03-16 18:20:06 +00:00
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
LLVMBuild.txt [lib/LTO] Add a way to run a custom pipeline 2016-09-07 17:46:16 +00:00
LTO.cpp LTO: Hash type identifier resolutions for WholeProgramDevirt. 2017-03-10 21:37:10 +00:00
LTOBackend.cpp Perform symbol binding for .symver versioned symbols 2017-03-09 00:19:49 +00:00
LTOCodeGenerator.cpp [LTO] Share the optimization remarks setup between Thin/Full LTO. 2017-02-10 23:49:38 +00:00
LTOModule.cpp fix nullptr Mangler in LTOModule 2017-02-04 01:28:44 +00:00
ThinLTOCodeGenerator.cpp Support: Simplify the CachePruning API. NFCI. 2017-03-15 22:54:18 +00:00
UpdateCompilerUsed.cpp [Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC) 2017-01-23 23:16:46 +00:00