Skip to content

Commit

Permalink
Update llvm release branch in CMake section
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher authored Feb 15, 2023
1 parent 9449071 commit 1341499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ with cmake](https://www.llvm.org/docs/CMake.html). If you're on windows, this
requires you to have Visual Studio 2017 or later installed already.

```
$ git clone https://github.com/llvm/llvm-project --branch=release/10.x
$ git clone https://github.com/llvm/llvm-project --branch=release/13.x
$ mkdir llvm-build
$ cd llvm-build
$ cmake ../llvm-project/llvm
Expand Down

0 comments on commit 1341499

Please sign in to comment.