File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-build-swift-dylib(%t/%target-library-name(A)) -enable-library-evolution -module-name A -emit-module -emit-module-path %t/A.swiftmodule %S/Inputs/resilient-module-2.swift
3
- // RUN: %target-swift-frontend -target x86_64-apple-macosx10.14 - enable-library-evolution -module-name A %S/Inputs/resilient-module-2.swift -emit-ir | %FileCheck --check-prefix=METADATA %s
3
+ // RUN: %target-swift-frontend -enable-library-evolution -module-name A %S/Inputs/resilient-module-2.swift -emit-ir | %FileCheck --check-prefix=METADATA %s
4
4
// RUN: %target-build-swift -I%t -L%t -lA -o %t/main %target-rpath(%t) %s
5
5
// RUN: %target-build-swift -I%t -L%t -lA -o %t/main %target-rpath(%t) %s
6
6
// RUN: %target-codesign %t/main %t/%target-library-name(A)
You can’t perform that action at this time.
0 commit comments