We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363e47b + ee4d882 commit d5f530cCopy full SHA for d5f530c
utils/build-script-impl
@@ -2541,12 +2541,12 @@ for host in "${ALL_HOSTS[@]}"; do
2541
-DLLDB_INCLUDE_TESTS:BOOL=$(false_true ${BUILD_TOOLCHAIN_ONLY})
2542
)
2543
2544
- if [[ ${LLDB_BUILD_ON_MACOS} ]] ; then
+ if [[ "$(uname -s)" == "Darwin" ]] ; then
2545
cmake_options+=(
2546
-DLLDB_BUILD_FRAMEWORK:BOOL=TRUE
2547
-DLLDB_CODESIGN_IDENTITY=""
2548
2549
- if "${ENABLE_ASAN}" ]] ; then
+ if [[ "${ENABLE_ASAN}" ]] ; then
2550
# Limit the number of parallel tests
2551
LLVM_LIT_ARGS="${LLVM_LIT_ARGS} --threads=$(sysctl hw.physicalcpu | awk '{ print $2 }')"
2552
fi
0 commit comments