Skip to content

Commit af8e902

Browse files
aaronj0vgvassilev
authored andcommitted
[docs] Update LLVM version
1 parent 5194327 commit af8e902

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,20 @@ git clone --depth=1 https://github.com/compiler-research/cppyy-backend.git
7777
```
7878

7979
#### Setup Clang-REPL
80-
Clone the 17.x release of the LLVM project repository.
80+
Clone the 18.x release of the LLVM project repository.
8181
```
82-
git clone --depth=1 --branch release/17.x https://github.com/llvm/llvm-project.git
82+
git clone --depth=1 --branch release/18.x https://github.com/llvm/llvm-project.git
8383
cd llvm-project
8484
```
85-
Get the following patches required for development work. To apply these patches on Linux and MacOS execute the following command
85+
86+
For Clang 16 & 17, the following patches required for development work. To apply these patches on Linux and MacOS execute the following command(substitute `{version}` with your clang version):
8687
```
87-
git apply -v ../CppInterOp/patches/llvm/clang17-*.patch
88+
git apply -v ../CppInterOp/patches/llvm/clang{version}-*.patch
8889
```
8990
and
9091
```
9192
cp -r ..\CppInterOp\patches\llvm\clang17* .
92-
git apply -v clang17-1-NewOperator.patch
93+
git apply -v clang{version}-*.patch
9394
```
9495
on Windows.
9596

0 commit comments

Comments
 (0)