[Lldb-commits] [PATCH] D46736: HostInfoMacOSX: Share the clang resource directory with Swift.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 10 17:19:39 PDT 2018
aprantl created this revision.
aprantl added reviewers: friss, jingham.
Herald added a subscriber: mgorny.
Inside Xcode and in Xcode toolchains LLDB is always in lockstep
with the Swift compiler, so it can reuse its Clang resource
directory. This allows LLDB and the Swift compiler to share the
same Clang module cache.
rdar://problem/40039633
https://reviews.llvm.org/D46736
Files:
include/lldb/Host/macosx/HostInfoMacOSX.h
source/Host/macosx/HostInfoMacOSX.mm
unittests/Host/CMakeLists.txt
unittests/Host/HostInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46736.146259.patch
Type: text/x-patch
Size: 6410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180511/d2164afe/attachment.bin>
More information about the lldb-commits
mailing list