File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 94d59d35ed8eebcb1b7cb5af65690eabd25dfb8f
2
+ refs/heads/master: 8d767b624bb4b8b022cbe4b28336b22d8338fef5
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
100
100
BINARY_DIR
101
101
"${SWIFT_PATH_TO_LIBDISPATCH_BUILD} "
102
102
CMAKE_ARGS
103
+ -DCMAKE_BUILD_TYPE=${LIBDISPATCH_CMAKE_BUILD_TYPE}
103
104
-DCMAKE_C_COMPILER=${PATH_TO_CLANG_BUILD}/bin/clang
104
105
-DCMAKE_CXX_COMPILER=${PATH_TO_CLANG_BUILD}/bin/clang++
105
106
-DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM}
Original file line number Diff line number Diff line change @@ -961,6 +961,7 @@ release-debuginfo
961
961
assertions
962
962
enable-lsan
963
963
debug-swift-stdlib
964
+ debug-libdispatch
964
965
965
966
dash-dash
966
967
Original file line number Diff line number Diff line change @@ -2132,6 +2132,7 @@ for host in "${ALL_HOSTS[@]}"; do
2132
2132
-DSWIFT_EMBED_BITCODE_SECTION:BOOL=$( true_false " ${EMBED_BITCODE_SECTION} " )
2133
2133
-DSWIFT_TOOLS_ENABLE_LTO:STRING=" ${SWIFT_TOOLS_ENABLE_LTO} "
2134
2134
-DSWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER:BOOL=$( true_false " ${BUILD_RUNTIME_WITH_HOST_COMPILER} " )
2135
+ -DLIBDISPATCH_CMAKE_BUILD_TYPE:STRING=" ${LIBDISPATCH_BUILD_TYPE} "
2135
2136
" ${swift_cmake_options[@]} "
2136
2137
)
2137
2138
You can’t perform that action at this time.
0 commit comments