mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
14 lines
674 B
Swift
14 lines
674 B
Swift
// REQUIRES: VENDOR=apple
|
|
// REQUIRES: OS=macosx
|
|
|
|
// RUN: %empty-directory(%t)
|
|
|
|
// RUN: %target-swift-frontend -typecheck %s -emit-tbd -emit-tbd-path %t/linker_directives.tbd -previous-module-installname-map-file %S/Inputs/install-name-map.json >& %t/remark.txt
|
|
// RUN: %FileCheck %s < %t/remark.txt
|
|
|
|
// CHECK: remark: default previous install name for Foo is /System/default
|
|
// CHECK: remark: previous install name for Foo in macOS is /System/MacOS
|
|
// CHECK: remark: previous install name for Foo in iOS is /System/Others
|
|
// CHECK: remark: previous install name for Foo in tvOS is /System/Others
|
|
// CHECK: remark: previous install name for Foo in watchOS is /System/Others
|