Skip to content

Commit 804459d

Browse files
authored
Merge pull request #34212 from apple/build-Remove-unused-lldb-cmake
[build] Remove unused lldb cmake
2 parents 722cc75 + b02dc2b commit 804459d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

utils/build-script-impl

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,17 +2015,6 @@ for host in "${ALL_HOSTS[@]}"; do
20152015
"${lldb_cmake_options[@]}"
20162016
)
20172017

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-
20292018
# Pick the right cache.
20302019
if [[ "$(uname -s)" == "Darwin" ]] ; then
20312020
cmake_cache="Apple-lldb-macOS.cmake"
@@ -2096,9 +2085,6 @@ for host in "${ALL_HOSTS[@]}"; do
20962085
-DLLDB_ENABLE_PYTHON=ON
20972086
-DLLDB_ENABLE_LZMA=OFF
20982087
-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}\""
21022088
-DLLDB_INCLUDE_TESTS:BOOL=$(false_true ${BUILD_TOOLCHAIN_ONLY})
21032089
-DLLDB_TEST_USER_ARGS="${DOTEST_ARGS}"
21042090
)

0 commit comments

Comments
 (0)