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

chore: updating docs to clang16 #1875

Merged
merged 1 commit into from
Aug 30, 2023
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
8 changes: 4 additions & 4 deletions circuits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The [`aztec3-circuits`](https://github.com/AztecProtocol/aztec3-packages) circui

- cmake >= 3.24
- Ninja (used by the presets as the default generator)
- clang15
- clang16
- clang-format
- wasm-opt (part of the [Binaryen](https://github.com/WebAssembly/binaryen) toolkit)
- [wasmtime](https://docs.wasmtime.dev/cli-install.html) for running tests in a wasm environment
Expand Down Expand Up @@ -161,9 +161,9 @@ It may be useful to view coverage information from within vscode. The `./scripts
- Open the command pallete (`Ctrl+Shift+P`)
- Type and select "CMake: Select Configure Preset"
- Choose a debug preset such as:
- "Debugging build with Clang-15"
- "Debugging build with Clang-16"
- "Debugging build for WASM"
- Redo this step later to switch between Clang-15/native and wasm
- Redo this step later to switch between Clang-16/native and wasm
1. Go to the "Run and Debug" panel
- Button (usually on left) that looks like a play button with a bug
- Or `Ctrl+Shift+D`
Expand All @@ -180,7 +180,7 @@ It may be useful to view coverage information from within vscode. The `./scripts
- Don't commit these changes
1. [OPTIONAL] set breakpoints in C++ files

> _Note:_ redo steps 3-5 to switch between debugging Clang-15/native test executables and WASM test executables
> _Note:_ redo steps 3-5 to switch between debugging Clang-16/native test executables and WASM test executables

---

Expand Down