[Lldb-commits] [PATCH] D44342: Introduce a setting to disable Spotlight while running the test suite
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 9 17:19:49 PST 2018
aprantl created this revision.
aprantl added reviewers: jingham, vsk, labath.
This is a more principled approach to disabling Spotlight .dSYM lookups while running the testsuite, most importantly it also works for the LIT-based tests, which I overlooked in my initial fix (renaming the test build dir to lldb-tests.noindex).
https://reviews.llvm.org/D44342
Files:
include/lldb/Core/ModuleList.h
lit/lit-lldb-init
lit/lit.cfg
packages/Python/lldbsuite/test/lldbtest.py
source/Core/ModuleList.cpp
source/Host/macosx/Symbols.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44342.137877.patch
Type: text/x-patch
Size: 5228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180310/60ae29bc/attachment.bin>
More information about the lldb-commits
mailing list