Skip to content
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

Update how-to-build-and-run.md #1928

Closed
wants to merge 2 commits into from
Closed

Update how-to-build-and-run.md #1928

wants to merge 2 commits into from

Conversation

Tbkhi
Copy link
Contributor

@Tbkhi Tbkhi commented Mar 9, 2024

Adds examples of ./x.py commands.

Adds examples of `./x.py` commands.
Comment on lines +128 to +132
- `./x.py clean` - invalidates the build config cache (but not LLVM cache also)
- `./x.py check --all-targets` - does cross-compilation for a lot of different targets
- `./x.py test --stage 1 --keep-stage-std 1` - use a cached version of the compiler
- `./x.py test --bless src/test/mir_opt - automatically generates `MIR` dumps
- `./x.py test --stage 1 --compare-mode chalk` - sets compare-mode to `chalk`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we decided to standardize on ./x in the docs (see #1707)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing PR as obsolete.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it obsolete @Tbkhi

Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
@Tbkhi
Copy link
Contributor Author

Tbkhi commented Mar 9, 2024

Obsolete.

@Tbkhi Tbkhi closed this Mar 9, 2024
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