We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89878a7 + 75ccc66 commit 775c632Copy full SHA for 775c632
docs/DebuggingTheCompiler.md
@@ -822,6 +822,13 @@ reducing SIL test cases by:
822
For more information and a high level example, see:
823
./swift/utils/bug_reducer/README.md.
824
825
+### Syncing branches during bisects
826
+
827
+When bisecting it might be necessary to run the `update-checkout` script
828
+each time you change shas. To do this you can pass `--match-timestamp`
829
+to automatically checkout match the timestamp of the `apple/swift` repo
830
+across the other repos.
831
832
# Debugging the Compiler Build
833
834
## Build Dry Run
0 commit comments