- Stash local changes before checkout.
- Print a message that the source repository revision has been changed, with instructions to switch back.
- Make the script executable.
- Print sample instructions how to run bolt tests.
- Assume that llvm-bolt-wrapper script is in the same source directory.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
Btw, the stashed changes can't be recovered by any of the commands listed in your print statement, right? You would need to run git stash apply
Comment Actions
Right, I didn't provide commands to restore, assuming the user would know how to do that. I don't feel like making the script more complex for now, but if/when I forget what to do with the stash next time I use this script, I'll add that :)