Skip to content

Mention that the --toolchain parameter of build-script.py needs to point to the usr subdirectory of the toolchain #1138

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

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ and building all of the files in this repository.
To invoke `build-script.py` to regenerate source code, run

```
$ ./build-script.py generate-source-code --toolchain /Path/To/Toolchain
$ ./build-script.py generate-source-code --toolchain /path/to/toolchain/usr
```

where `/Path/To/Toolchain` can point either to the `XcodeDefault.xctoolchain`
where `/path/to/toolchain` can point either to the `XcodeDefault.xctoolchain`
installed with Xcode, or to a [toolchain downloaded from swift.org][SwiftToolchains].

- Note: To see the raw commands that `build-script.py` is running, use the `-v`
Expand All @@ -67,7 +67,7 @@ the version control system.
To invoke `build-script.py` in verification mode, run

```
$ ./build-script.py verify-source-code --toolchain /Path/To/Toolchain
$ ./build-script.py verify-source-code --toolchain /path/to/toolchain/usr
```

## Adding and Removing Syntax Nodes
Expand Down