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.
1 parent 3971c0a commit 2a05418Copy full SHA for 2a05418
utils/build-script-impl
@@ -2447,6 +2447,8 @@ for host in "${ALL_HOSTS[@]}"; do
2447
cmake_options=(
2448
"${cmake_options[@]}"
2449
-C${LLDB_SOURCE_DIR}/cmake/caches/${cmake_cache}
2450
+ -DCMAKE_C_FLAGS="$(llvm_c_flags ${host})"
2451
+ -DCMAKE_CXX_FLAGS="$(llvm_c_flags ${host})"
2452
-DCMAKE_BUILD_TYPE:STRING="${LLDB_BUILD_TYPE}"
2453
-DLLDB_SWIFTC:PATH="$(build_directory ${LOCAL_HOST} swift)/bin/swiftc"
2454
-DLLDB_SWIFT_LIBS:PATH="$(build_directory ${LOCAL_HOST} swift)/lib/swift"
0 commit comments