On Thu, Feb 1, 2018 at 2:18 PM, Adrian Prantl via lldb-commits
<lldb-commits@lists.llvm.org> wrote:
> Author: adrian
> Date: Thu Feb  1 14:18:02 2018
> New Revision: 324019
>
> URL: http://llvm.org/viewvc/llvm-project?rev=324019&view=rev
> Log:
> Create a marker for Spotlight to never index $BUILD_DIR.
>
> LLDB queries Spotlight to locate .dSYM bundles based on the UUID
> embedded in a binary, and because the UUID is a hash of filename and
> .text section, there *will* be conflicts inside $BUILD_DIR.
>
> This should fix the broken green dragon bots.
>

Thanks!

--
Davide
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to