Skip to content

Commit 407f2b4

Browse files
authored
Merge pull request #30163 from nkcsgexi/remove-assert-decl
ABI checker: remove assert-only decls from the generated stdlib ABI baseline
2 parents eb74e71 + 0aea09f commit 407f2b4

File tree

3 files changed

+31871
-30115
lines changed

3 files changed

+31871
-30115
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
1+
Func _collectReferencesInsideObject(_:) is a new API without @available attribute
2+
Func _loadDestroyTLSCounter() is a new API without @available attribute
3+
Func _measureRuntimeFunctionCountersDiffs(objects:_:) is a new API without @available attribute
4+
Protocol _RuntimeFunctionCountersStats is a new API without @available attribute
5+
Struct _GlobalRuntimeFunctionCountersState is a new API without @available attribute
6+
Struct _ObjectRuntimeFunctionCountersState is a new API without @available attribute
7+
Struct _RuntimeFunctionCounters is a new API without @available attribute

test/api-digester/stability-stdlib-abi-without-asserts.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: rdar59812778
21
// REQUIRES: OS=macosx
32
// REQUIRES: swift_stdlib_no_asserts
43
// RUN: %empty-directory(%t.tmp)

0 commit comments

Comments
 (0)