Skip to content
Draft
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ point to the same 22.x install.
Make sure those tools are installed and reachable through your `PATH`, or
provided by your LLVM installation.

On many Linux distros, the package may be called `llvm`, `llvm-tools`, or
`llvm-toolchain`. If `FileCheck` is still not found, check whether the
installed executable is named `filecheck`, `llvm-FileCheck`, or
`llvm-filecheck`, and add its containing `bin/` directory to `PATH`.

### Linker warnings on macOS

Depending on the local Xcode or Homebrew setup, you may see warnings about LLVM
Expand Down
Loading