Skip to content

Commit 775c632

Browse files
authored
Merge pull request swiftlang#39232 from keith/ks/add-note-about-match-timestamp-for-bisects
Add note about --match-timestamp for bisects
2 parents 89878a7 + 75ccc66 commit 775c632

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/DebuggingTheCompiler.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,13 @@ reducing SIL test cases by:
822822
For more information and a high level example, see:
823823
./swift/utils/bug_reducer/README.md.
824824

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+
825832
# Debugging the Compiler Build
826833

827834
## Build Dry Run

0 commit comments

Comments
 (0)