Skip to content

Commit b05c9e9

Browse files
committed
[Stdlib] Make the !_runtime(_ObjC) version of _bridgeAnythingToObjectiveC non-inlinable as it calls an internal function.
1 parent a78a01a commit b05c9e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/BridgeObjectiveC.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@ func _makeSwiftValue(_ value: Any) -> AnyObject {
699699
/// the boxed value, but is otherwise opaque.
700700
///
701701
/// COMPILER_INTRINSIC
702-
@inlinable // FIXME(sil-serialize-all)
703702
public func _bridgeAnythingToObjectiveC<T>(_ x: T) -> AnyObject {
704703
var done = false
705704
var result: AnyObject!

0 commit comments

Comments
 (0)