Skip to content

Commit

Permalink
Update README.md (#8404)
Browse files Browse the repository at this point in the history
The instructions for which llvm to acquire were stale
  • Loading branch information
abadams authored Sep 2, 2024
1 parent b87f2b1 commit 97eeaf0
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 97eeaf0

Please sign in to comment.