Skip to content

Commit 3627c30

Browse files
authored
Update LLVM version in building_from_source.md
1 parent 812bec8 commit 3627c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/contributing/building_from_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ functions.
6565
```shell
6666
wget https://apt.llvm.org/llvm.sh
6767
chmod +x llvm.sh
68-
./llvm.sh 16
68+
./llvm.sh 17
6969
apt install --install-recommends -y cmake libglib2.0-dev
7070
```
7171

0 commit comments

Comments
 (0)