mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
285 B
Plaintext
6 lines
285 B
Plaintext
// Make sure that we can parse the stdlib.sil deserialized from Swift.swiftmodule.
|
|
|
|
// RUN: rm -f %t.*
|
|
// RUN: %sil-opt -sil-disable-ast-dump -verify %libdir/swift/macosx/Swift.swiftmodule -module-name=Swift -target=%target-triple -o %t.sil
|
|
// RUN: %sil-opt -verify %t.sil > /dev/null
|