[lld] r246153 - [LinkerScript] Enforce uniqueness of output object files...
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 09:51:11 PDT 2015
On Thu, Aug 27, 2015 at 8:18 AM, Davide Italiano via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: davide
> Date: Thu Aug 27 10:18:43 2015
> New Revision: 246153
>
> URL: http://llvm.org/viewvc/llvm-project?rev=246153&view=rev
> Log:
> [LinkerScript] Enforce uniqueness of output object files...
>
> ... in order to avoid conflicts when tests are run in parallel.
> This is an attempt to fix PR24591.
This seems to have fixed it for me. (Did two full lit-test runs without issues.)
More information about the llvm-commits
mailing list