mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
1b1fae56cc
We only need one primary file to emit the module trace file. rdar://72261567
6 lines
313 B
Swift
6 lines
313 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: touch %t/file-01.swift
|
|
// RUN: touch %t/file-02.swift
|
|
// RUN: cd %t
|
|
// RUN: %target-swift-frontend -emit-module -primary-file file-01.swift -primary-file file-02.swift -o file-01.swiftmodule -o file-02.swiftmodule -module-name foo -emit-loaded-module-trace-path=%t/trace.json
|