mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #32461 from hamishknight/its-all-linked
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: echo 'import SerializedSIL' | %target-swift-frontend -typecheck -module-cache-path %t -I %S -
|
||||
// RUN: %target-sil-opt -disable-sil-linking %t/SerializedSIL-*.swiftmodule -module-name SerializedSIL > %t/SerializedSIL.sil
|
||||
// RUN: %target-sil-opt %t/SerializedSIL-*.swiftmodule -module-name SerializedSIL > %t/SerializedSIL.sil
|
||||
// RUN: %FileCheck %s < %t/SerializedSIL.sil
|
||||
// RUN: %FileCheck -check-prefix NEGATIVE %s < %t/SerializedSIL.sil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user