Files
swift-mirror/validation-test/parser/parse_stdlib.sil
Manman Ren 699cee5f00 [Printer] print AST types used by SILDeclRef in SIL mode.
This enables us parsing stdlib in non-optimized mode.


Swift SVN r22445
2014-10-01 22:06:41 +00:00

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