-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add -package-name flag and De/serialize package name in module binary #62700
Conversation
De/serialize package name in module binary Resoles rdar://103531218, rdar://103531208
@swift-ci test |
Fly-by reminder to increment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Serialization format version aside, this looks good to me!
@swift-ci test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thank you!
@@ -0,0 +1,15 @@ | |||
// RUN: %empty-directory(%t) | |||
// RUN: %{python} %utils/split_file.py -o %t %s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the next time, there's a lit command to split a test into multiple source files now:
// RUN: split-file %s %t
//--- Lib.swift
//--- Client.swift
De/serialize package name in module binary
Resoles rdar://103531218, rdar://103531208