Go to file
Ben Langmuir 450461cb76 Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager"
Reapplies r241005 after fixing the build on non-Mac platforms. Original
commit message below.

The hostname can be very unstable when there are many machines on the
network competing for the same name. Using the hardware UUID makes it
less likely to have collisions or to consider files written by the
current host to be owned by a different one at a later time.

rdar://problem/21512307

llvm-svn: 241012
2015-06-29 22:16:39 +00:00
clang Add support for the x86 builtin __builtin_cpu_supports. 2015-06-29 21:00:05 +00:00
clang-tools-extra [clang-tidy] Fix false positives in the macro parentheses checker 2015-06-29 12:18:11 +00:00
compiler-rt [asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L. 2015-06-29 20:28:55 +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 Properly initialize Module pointer 2015-06-27 12:35:54 +00:00
libcxx Make support for thread-unsafe C functions optional. 2015-06-24 08:44:38 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
lld COFF: Split ObjectFile::createSymbolBody into small functions. NFC. 2015-06-29 22:16:21 +00:00
lldb Add -lpthread to LLDB shared lib link line unconditionally 2015-06-29 21:52:45 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager" 2015-06-29 22:16:39 +00:00
openmp Remove _KMP_BUILD_TIME macro from kmp_version.c 2015-06-29 19:22:12 +00:00
polly [Polly] Add -std=c99 flag only to C source files 2015-06-29 19:57:59 +00:00