Go to file
Ilia K e4af28b7e9 Fix SDK selection using "platform select" when --sysroot/--version/--build options were specified
Summary:
This patch fixes SDK selection in the following case:
```
platform select remote-ios --sysroot "/Users/IliaK/Library/Developer/Xcode/iOS DeviceSupport/8.1.2 (12B440)" --build 12B440 --version 8.1.2
target create --arch arm64 "~/Project1.app"
```

Currently the lldb selects a first SDK version (in name order) in directory and then updates it after the device is connected. This approach ignores user's arguments and actually "platform select" command doesn't make sense.

After this patch, lldb takes a SDK which matches to user's arguments.

Reviewers: jasonmolenda, clayborg

Reviewed By: clayborg

Subscribers: lldb-commits, clayborg, jasonmolenda, aemerson

Differential Revision: http://reviews.llvm.org/D8249

llvm-svn: 232017
2015-03-12 07:21:25 +00:00
clang Update copyright year to 2015. 2015-03-12 01:36:10 +00:00
clang-tools-extra [clang-tidy] Static Analyzer checker configuration options pass-through. 2015-03-11 17:25:22 +00:00
compiler-rt Be nicer to C90 environments and avoid the declaration of variables in for 2015-03-11 22:06:53 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Fix ctype_byname<wchar_t>::do_is() mask checking.... again 2015-03-11 17:00:28 +00:00
libcxxabi Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofs 2015-03-10 21:32:53 +00:00
lld Avoid an unused variable warning when assertions are off 2015-03-12 06:50:54 +00:00
lldb Fix SDK selection using "platform select" when --sysroot/--version/--build options were specified 2015-03-12 07:21:25 +00:00
llgo [llgo] Disable known failing packages in check-libgo 2015-03-06 02:49:07 +00:00
llvm Remove some unnecessary forward declarations and put a couple more 2015-03-12 06:07:16 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Assert in isl expression builder if id can not be found [NFC] 2015-03-10 22:35:43 +00:00