mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This patch focus on teaching frontend and driver to emit this file. The actual serialization and deserialization implementation will come later.
7 lines
268 B
Swift
7 lines
268 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: echo 'print("Hello, World!")' >%t/main.swift
|
|
// RUN: cd %t
|
|
|
|
// RUN: %target-swiftc_driver -emit-sib -emit-module-summary -emit-module-summary-path %t/main.swiftmodulesummary %t/main.swift
|
|
// RUN: test -f %t/main.swiftmodulesummary
|