[Lldb-commits] [lldb] r324019 - Create a marker for Spotlight to never index $BUILD_DIR.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 14:27:59 PST 2018


On Thu, Feb 1, 2018 at 2:18 PM, Adrian Prantl via lldb-commits
<lldb-commits at 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


More information about the lldb-commits mailing list