mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add command line argument -sil-link-all and -sil-serialize-all for testing purpose. Do not create new SILFunction for de-serialized SIL, instead update the existing declaration with the de-serialized SILFunction. Add testing case to cover partial_apply. Swift SVN r8410