[lldb-dev] [PATCH] Use $SDKROOT variable that may point to some SDK

Adam Strzelecki ono at java.pl
Tue Sep 17 10:37:10 PDT 2013


Since Clang respect SDKROOT some may set it do different than default SDK. Also this makes possible to use clang from Xcode w/o installing Command Line Tools.

If it is not defined (empty) everything remain as it was before.

NOTE: Actually Clang/LLVM themselves build with SDKROOT just fine, only lldb don't.
---
Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Use-SDKROOT-variable-that-may-point-to-some-SDK.patch
Type: text/x-patch
Size: 587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130917/ea34583c/attachment.bin>


More information about the lldb-dev mailing list