File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
branches/master-next/utils Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3
- refs/heads/master-next: dfd2e181002058ce3324d5220b14fd86afa7ca12
3
+ refs/heads/master-next: d7f830d1ca52ba55f76c05c9a0556035638b26fe
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
6
6
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07
Original file line number Diff line number Diff line change @@ -2984,18 +2984,6 @@ for host in "${ALL_HOSTS[@]}"; do
2984
2984
lldb_executable=" ${lldb_build_dir} " /bin/lldb
2985
2985
results_dir=" ${lldb_build_dir} /test-results"
2986
2986
2987
- # Figure out which C/C++ compiler we should use for building test inferiors.
2988
- if [[ " ${LLDB_TEST_CC} " == " host-toolchain" ]]; then
2989
- # Use the host toolchain: i.e. the toolchain specified by HOST_CC
2990
- LLDB_DOTEST_CC_OPTS=" -C ${HOST_CC} "
2991
- elif [[ -n " ${LLDB_TEST_CC} " ]]; then
2992
- # Use exactly the compiler path specified by the user.
2993
- LLDB_DOTEST_CC_OPTS=" -C ${LLDB_TEST_CC} "
2994
- else
2995
- # Use the clang that was just built in the tree.
2996
- LLDB_DOTEST_CC_OPTS=" -C $( build_directory $LOCAL_HOST llvm) " /bin/clang
2997
- fi
2998
-
2999
2987
# Options to find the just-built libddispatch and Foundation.
3000
2988
if [[ " $( uname -s) " == " Darwin" || " ${SKIP_BUILD_FOUNDATION} " ]] ; then
3001
2989
DOTEST_EXTRA=" "
You can’t perform that action at this time.
0 commit comments