-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add DebugPrefixMap remapping back to module creation #23602
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 DebugPrefixMap remapping back to module creation #23602
Conversation
This was accidentally removed in commit 10004e.
We'll need to add a testcase for this or else this will break again. |
True, I'll try to add one. |
@adrian-prantl done, test added |
Nice. Could you please open a separate PR making the same change on the master branch? There is no automerger from 5.1 -> master. |
Done in #23628 |
@swift-ci test and merge |
Could you please create a pull request and add me and @fredriss as a reviewer? Again, no promises. |
@swift-ci test and merge |
Looks like it failed due to an unrelated Linux error:
|
@swift-ci test and merge |
@adrian-prantl This was accidentally removed in commit 10004ed.
EDIT: Also would be great to merge this into swift-5.0-branch (minor update) if possible. Thanks!