mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This additional supplement output should capture semantic info the compiler has captured while building a Swift module. Similar to the source info file, the content of the semantic info file should only be consumed by local tooling written in Swift.
8 lines
281 B
Swift
8 lines
281 B
Swift
// REQUIRES: VENDOR=apple
|
|
// RUN: %empty-directory(%t)
|
|
|
|
// RUN: %target-swift-frontend -emit-module %s -emit-module-path %t/Foo.swiftmodule -module-name Foo -emit-module-semantic-info-path %t/Foo.swiftsemanticinfo
|
|
|
|
// RUN: ls %t/Foo.swiftmodule
|
|
// RUN: ls %t/Foo.swiftsemanticinfo
|