Go to file
Ben Langmuir 1daf480146 Diagnose timeouts in the LockFileManager and delete the dead lock file
If the lock file manager times out, we should give an error rather than
silently trying to load the existing module.  And delete the
(presumably) dead lock file, since it will otherwise prevent progress in
future invokations. This is unsound since we have no way to prove that
the lock file we are deleting is the same one we timed out on, but since
the lock is only to avoid excessive rebuilding anyway it should be okay.
Depends on llvm r228603.

llvm-svn: 228604
2015-02-09 20:35:13 +00:00
clang Diagnose timeouts in the LockFileManager and delete the dead lock file 2015-02-09 20:35:13 +00:00
clang-tools-extra Verify assign operator signatures. 2015-02-09 17:50:40 +00:00
compiler-rt [ASan/Win] Add a test case for PR22431 2015-02-09 12:47:51 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Add __cxxabi_config.h to libcxxabi headers. 2015-02-05 23:56:33 +00:00
libcxxabi Unwind: hoist placement delete into base class 2015-02-06 20:34:17 +00:00
lld [ELF] Implement --strip-all/-s 2015-02-08 19:42:15 +00:00
lldb Dont' use O_CLOEXEC on Windows, since it doesn't exist. 2015-02-09 19:13:46 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Reduce the LockFileManager timeout, and provide unsafeRemoveLockFile 2015-02-09 20:34:24 +00:00
openmp Pin the libiomp5.dll for the lifetime of application, Windows-specific 2015-01-29 17:18:20 +00:00
polly isl is now distributed with polly 2015-02-09 13:52:21 +00:00