Skip to content

Commit 2d1c2be

Browse files
committed
[build-script] Add to default LLDB CMake variables on MacOS
LLDB's CMake build forces these values when building on MacOS. It seems saner to me to set them in build-script than to force them in the CMake configuration.
1 parent 1e41b13 commit 2d1c2be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-script-impl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,6 +2534,8 @@ for host in "${ALL_HOSTS[@]}"; do
25342534
cmake_options+=(
25352535
-DLLDB_BUILD_FRAMEWORK:BOOL=TRUE
25362536
-DLLDB_CODESIGN_IDENTITY=""
2537+
-DLLDB_USE_SYSTEM_DEBUGSERVER:BOOL=TRUE
2538+
-DLLDB_FRAMEWORK_TOOLS="darwin-debug;lldb-argdumper;lldb-server;repl_swift"
25372539
)
25382540
fi
25392541
fi

0 commit comments

Comments
 (0)