[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 17:40:04 PST 2018


I'm afraid this still wasn't enough to placate the bots.
http://lab.llvm.org:8080/green/view/LLDB/job/lldb-xcode/4647/

Can you please take another look?

--
Davide

On Thu, Feb 1, 2018 at 2:27 PM, Davide Italiano <dccitaliano at gmail.com> wrote:
> 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