mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: Introduce the @_backDeploy function attribute:
- Parse the attribute and diagnose parsing issues - Serialize the attribute
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
// RUN: %target-swift-frontend -emit-module -o /dev/null -merge-modules %t/Test.swiftmodule -disable-objc-attr-requires-foundation-module -emit-module-interface-path %t/TestFromModule.swiftinterface -module-name Test
|
||||
// RUN: %FileCheck %s --check-prefix FROMMODULE --check-prefix CHECK < %t/TestFromModule.swiftinterface
|
||||
|
||||
// FIXME: These shouldn't be different, or we'll get different output from
|
||||
// WMO and non-WMO builds.
|
||||
// CHECK-LABEL: public struct Foo : Swift.Hashable {
|
||||
public struct Foo: Hashable {
|
||||
// CHECK: public var inlinableGetPublicSet: Swift.Int {
|
||||
|
||||
Reference in New Issue
Block a user