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 README.md #8404

Merged
merged 1 commit into from
Sep 2, 2024
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ works well on OS X and Ubuntu.)
If you want to build it yourself, first check it out from GitHub:

```
% git clone --depth 1 --branch llvmorg-16.0.6 https://github.com/llvm/llvm-project.git
% git clone --depth 1 --branch llvmorg-18.1.8 https://github.com/llvm/llvm-project.git
```

(If you want to build LLVM 17.x, use branch `release/17.x`; for current trunk,
use `main`)
(LLVM 18.1.8 is the most recent released LLVM at the time of writing. For current trunk,
use `main` instead)

Then build it like so:

Expand Down