File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed
branches/tensorflow-next/utils Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: a87a8b6d77aa7829352140217aac47d140e573bb
1464
+ refs/heads/tensorflow-next: eb1c223171e8145e09fc222e7d574504356d2695
Original file line number Diff line number Diff line change @@ -3573,24 +3573,25 @@ for host in "${ALL_HOSTS[@]}"; do
3573
3573
echo " --install-destdir is required to install products."
3574
3574
exit 1
3575
3575
fi
3576
-
3577
- case ${host} in
3578
- linux-* )
3576
+ if [[ " $using_xcodebuild " == " TRUE " ]] ; then
3577
+ case ${host} in
3578
+ linux-* )
3579
3579
;;
3580
- freebsd-* )
3580
+ freebsd-* )
3581
3581
;;
3582
- cygwin-* )
3582
+ cygwin-* )
3583
3583
;;
3584
- haiku-* )
3584
+ haiku-* )
3585
3585
;;
3586
- macosx-* )
3587
- set_lldb_xcodebuild_options
3588
- set_lldb_build_mode
3589
- with_pushd ${LLDB_SOURCE_DIR} \
3590
- call xcodebuild -target toolchain -configuration ${LLDB_BUILD_MODE} install ${lldb_xcodebuild_options[@]} DSTROOT=" ${host_install_destdir} " LLDB_TOOLCHAIN_PREFIX=" ${TOOLCHAIN_PREFIX} "
3591
- continue
3586
+ macosx-* )
3587
+ set_lldb_xcodebuild_options
3588
+ set_lldb_build_mode
3589
+ with_pushd ${LLDB_SOURCE_DIR} \
3590
+ call xcodebuild -target toolchain -configuration ${LLDB_BUILD_MODE} install ${lldb_xcodebuild_options[@]} DSTROOT=" ${host_install_destdir} " LLDB_TOOLCHAIN_PREFIX=" ${TOOLCHAIN_PREFIX} "
3591
+ continue
3592
3592
;;
3593
- esac
3593
+ esac
3594
+ fi
3594
3595
;;
3595
3596
swiftpm)
3596
3597
if [[ -z " ${INSTALL_SWIFTPM} " ]] ; then
You can’t perform that action at this time.
0 commit comments