Commit Graph

5 Commits

Author SHA1 Message Date
Michael Gottesman
3c1bcc94ec [swift_snapshot_tool] Some small fixes and add a run_toolchain command for running a command against a specific toolchain.
run_toolchain is mainly useful for diagnosing issues with ones script without
needing to fully bisect... but it also can just be used independently.
2024-09-11 15:23:40 -07:00
Michael Gottesman
f595374561 [swift_snapshot_tool] Make the required platform macOS v14 so that we can use some newer APIs. 2024-09-11 15:23:40 -07:00
Michael Gottesman
a451fc79c7 [swift_snapshot_tool] Add a README. 2024-09-09 12:46:27 -07:00
Michael Gottesman
4cc975200c [swift_snapshot_tool] Default --workspace to use /tmp/swift_snapshot_tool_workspace_v1 instead of /tmp/workspace.
Now that I have put this into swift's utils, it isn't appropriate for me to just
take /tmp/workspace. The name swift_snapshot_tool_workspace_v1 is a better
name.
2024-09-09 12:45:42 -07:00
Michael Gottesman
efc87d9452 [utils] Add a small swift tool called swift_snapshot_tool for working with swift.org snapshots.
Just an initial start.
2024-09-05 13:24:01 -07:00