Files
swift-mirror/test/TBD/arm64e-arch.swift
Cyndy Ishida 6a29923c5e [TBDGen] update tbd version
Short overview of new TBD-v4 format changes:

* special section for reexported symbols (which is not seen any
differently to the linker)

* target based slices as opposed to just architecture

more information in: rdar://problem/60586390
2020-04-03 20:38:15 -07:00

8 lines
284 B
Swift

// RUN: %swift -typecheck -target arm64e-apple-ios12.0 -parse-stdlib -parse-as-library %s -module-name TBDTester -emit-tbd -emit-tbd-path - | %FileCheck %s
public func testSwiftFunc() {}
// CHECK: --- !tapi-tbd
// CHECK: arm64e
// CHECK: symbols: [ '_$s{{.*}}testSwiftFunc{{.*}}' ]