aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestJava.cpp
diff options
context:
space:
mode:
authorIlia K <ki.stfu@gmail.com>2015-03-12 07:21:25 +0000
committerIlia K <ki.stfu@gmail.com>2015-03-12 07:21:25 +0000
commite4af28b7e9ecdb7b012d972f456704dbf99b7202 (patch)
tree1e0953134e20b67cda4b217efcf339d7066162ac /clang/unittests/Format/FormatTestJava.cpp
parentd9953052e392d7dfbdf64699271feb02c9cf18a7 (diff)
downloadllvm-e4af28b7e9ecdb7b012d972f456704dbf99b7202.zip
llvm-e4af28b7e9ecdb7b012d972f456704dbf99b7202.tar.gz
llvm-e4af28b7e9ecdb7b012d972f456704dbf99b7202.tar.bz2
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
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
0 files changed, 0 insertions, 0 deletions