From 97eeaf0c6503d887e4530addac9899e6b4df61c2 Mon Sep 17 00:00:00 2001 From: Andrew Adams Date: Sun, 1 Sep 2024 21:32:50 -0700 Subject: [PATCH] Update README.md (#8404) The instructions for which llvm to acquire were stale --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 839785441292..e99a4fa22490 100644 --- a/README.md +++ b/README.md @@ -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: