mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
There's no ASTContext in this case, so we just skip initializing stats if the driver passes this flag down to us.
4 lines
223 B
Swift
4 lines
223 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-swift-emit-module-interface(%t/foo.swiftinterface) %s -module-name foo
|
|
// RUN: %target-swift-frontend -typecheck-module-from-interface %t/foo.swiftinterface -stats-output-dir %t
|