File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a2e0d08862274c8e2a7fef2e1fa656ac686ac676
2
+ refs/heads/master: 0996da0ed291130e66d495129de710e2ef2858fe
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 @@ -998,6 +998,8 @@ struct TargetClassMetadata : public TargetAnyClassMetadata<Runtime> {
998
998
using StoredPointer = typename Runtime::StoredPointer;
999
999
using StoredSize = typename Runtime::StoredSize;
1000
1000
1001
+ friend class ReflectionContext ;
1002
+
1001
1003
TargetClassMetadata () = default ;
1002
1004
constexpr TargetClassMetadata (const TargetAnyClassMetadata<Runtime> &base,
1003
1005
ClassFlags flags,
Original file line number Diff line number Diff line change @@ -2248,6 +2248,13 @@ for host in "${ALL_HOSTS[@]}"; do
2248
2248
build_tests_this_time=${SWIFT_INCLUDE_TESTS}
2249
2249
fi
2250
2250
2251
+ if [[ $( is_cross_tools_host ${host} ) ]] ; then
2252
+ cmake_options=(
2253
+ " ${cmake_options[@]} "
2254
+ -DLLVM_TABLEGEN=$( build_directory " ${LOCAL_HOST} " llvm) /bin/llvm-tblgen
2255
+ )
2256
+ fi
2257
+
2251
2258
# Command-line parameters override any autodetection that we
2252
2259
# might have done.
2253
2260
if [[ " ${NATIVE_LLVM_TOOLS_PATH} " ]] ; then
@@ -2679,7 +2686,6 @@ for host in "${ALL_HOSTS[@]}"; do
2679
2686
LIBDISPATCH_BUILD_ARGS=(
2680
2687
-DFOUNDATION_PATH_TO_LIBDISPATCH_SOURCE=${LIBDISPATCH_SOURCE_DIR}
2681
2688
-DFOUNDATION_PATH_TO_LIBDISPATCH_BUILD=${LIBDISPATCH_BUILD_DIR}
2682
- -Ddispatch_DIR=${LIBDISPATCH_BUILD_DIR} /cmake/modules
2683
2689
)
2684
2690
else
2685
2691
LIBDISPATCH_BUILD_ARGS=( -DFOUNDATION_ENABLE_LIBDISPATCH=NO )
You can’t perform that action at this time.
0 commit comments