]> granicus.if.org Git - clang/commit
Add the hostname to the module hash to avoid sharing between hosts
authorBen Langmuir <blangmuir@apple.com>
Mon, 9 Feb 2015 19:23:08 +0000 (19:23 +0000)
committerBen Langmuir <blangmuir@apple.com>
Mon, 9 Feb 2015 19:23:08 +0000 (19:23 +0000)
commitb1d0edf16f143592eb417fd18dc91f1760f4ef89
tree5997f2f73b3dddb5ec3c9c81c46b2805360721e6
parent6666e621f3588f0494b11a7d11c67ba682fd6204
Add the hostname to the module hash to avoid sharing between hosts

Sharing between hosts will cause problems for the LockFileManager, which
can timeout waiting for a process that has already died.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228592 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp