Skip to content

Revert "[Archetype builder] Never use the representative as the archetype anchor" #6680

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

Merged
merged 1 commit into from
Jan 9, 2017

Conversation

DougGregor
Copy link
Member

Reverts #6679, which seems to have broken the Foundation overlay build.

@DougGregor
Copy link
Member Author

@swift-ci please smoke test and merge

@swift-ci swift-ci merged commit 6b812e1 into master Jan 9, 2017
@DougGregor
Copy link
Member Author

Still trying to reproduce the issue locally.

@DougGregor DougGregor deleted the revert-6679-archetype-anchor-cleanup branch January 9, 2017 21:47
meg-gupta added a commit to meg-gupta/swift that referenced this pull request Mar 12, 2024
…pass when in the debugger

We often look at the SIL output of -sil-print-function and may want to debug a specific pass
after looking at the output.

-sil-break-before-pass-count=<pass_number> will allow to automatically break in the debugger
after <pass_count> of passes are run.

Example:
From -sil-print-function dump:
"SIL function after  swiftlang#6680, stage MidLevel,Function, pass 38: RedundantLoadElimination"

-Xllvm -sil-break-before-pass-count=6680 will break before running this pass in the debugger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants