File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -2015,17 +2015,6 @@ for host in "${ALL_HOSTS[@]}"; do
2015
2015
" ${lldb_cmake_options[@]} "
2016
2016
)
2017
2017
2018
- # Figure out if we think this is a buildbot build.
2019
- # This will influence the lldb version line.
2020
- if [ ! -z " ${JENKINS_HOME} " -a ! -z " ${JOB_NAME} " -a ! -z " ${BUILD_NUMBER} " ]; then
2021
- LLDB_IS_BUILDBOT_BUILD=1
2022
- else
2023
- LLDB_IS_BUILDBOT_BUILD=0
2024
- fi
2025
-
2026
- # Get the build date.
2027
- LLDB_BUILD_DATE=$( date +%Y-%m-%d)
2028
-
2029
2018
# Pick the right cache.
2030
2019
if [[ " $( uname -s) " == " Darwin" ]] ; then
2031
2020
cmake_cache=" Apple-lldb-macOS.cmake"
@@ -2096,9 +2085,6 @@ for host in "${ALL_HOSTS[@]}"; do
2096
2085
-DLLDB_ENABLE_PYTHON=ON
2097
2086
-DLLDB_ENABLE_LZMA=OFF
2098
2087
-DLLDB_ENABLE_LUA=OFF
2099
- -DLLDB_PATH_TO_SWIFT_SOURCE:PATH=" ${SWIFT_SOURCE_DIR} "
2100
- -DLLDB_IS_BUILDBOT_BUILD:BOOL=" ${LLDB_IS_BUILDBOT_BUILD} "
2101
- -DLLDB_BUILD_DATE:STRING=" \" ${LLDB_BUILD_DATE} \" "
2102
2088
-DLLDB_INCLUDE_TESTS:BOOL=$( false_true ${BUILD_TOOLCHAIN_ONLY} )
2103
2089
-DLLDB_TEST_USER_ARGS=" ${DOTEST_ARGS} "
2104
2090
)
You can’t perform that action at this time.
0 commit comments