File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -1960,17 +1960,6 @@ for host in "${ALL_HOSTS[@]}"; do
19601960 " ${lldb_cmake_options[@]} "
19611961 )
19621962
1963- # Figure out if we think this is a buildbot build.
1964- # This will influence the lldb version line.
1965- if [ ! -z " ${JENKINS_HOME} " -a ! -z " ${JOB_NAME} " -a ! -z " ${BUILD_NUMBER} " ]; then
1966- LLDB_IS_BUILDBOT_BUILD=1
1967- else
1968- LLDB_IS_BUILDBOT_BUILD=0
1969- fi
1970-
1971- # Get the build date.
1972- LLDB_BUILD_DATE=$( date +%Y-%m-%d)
1973-
19741963 # Pick the right cache.
19751964 if [[ " $( uname -s) " == " Darwin" ]] ; then
19761965 cmake_cache=" Apple-lldb-macOS.cmake"
@@ -2042,8 +2031,6 @@ for host in "${ALL_HOSTS[@]}"; do
20422031 -DLLDB_ENABLE_LZMA=OFF
20432032 -DLLDB_ENABLE_LUA=OFF
20442033 -DLLDB_PATH_TO_SWIFT_SOURCE:PATH=" ${SWIFT_SOURCE_DIR} "
2045- -DLLDB_IS_BUILDBOT_BUILD:BOOL=" ${LLDB_IS_BUILDBOT_BUILD} "
2046- -DLLDB_BUILD_DATE:STRING=" \" ${LLDB_BUILD_DATE} \" "
20472034 -DLLDB_INCLUDE_TESTS:BOOL=$( false_true ${BUILD_TOOLCHAIN_ONLY} )
20482035 -DLLDB_TEST_USER_ARGS=" ${DOTEST_ARGS} "
20492036 )
You can’t perform that action at this time.
0 commit comments