Skip to content

Commit 901aa73

Browse files
svenvhPavel V Chupin
authored andcommitted
Update LLVM version from 15 to 16
Original commit: KhronosGroup/SPIRV-LLVM-Translator@7aa1fd2
1 parent 0fe88e8 commit 901aa73

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Intel LLVM-based projects:
55

66
- [oneAPI DPC++ compiler](#oneapi-dpc-compiler)
77
- [Late-outline OpenMP and OpenMP Offload](#late-outline-openmp-and-openmp-offload)
8-
sudo apt-get install llvm-16-dev llvm-16-tools clang-16 libclang-16-dev
9-
`-DLLVM_EXTERNAL_LIT="/usr/lib/llvm-16/build/utils/lit/lit.py"` is
108

119
## oneAPI DPC++ compiler
1210

llvm-spirv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The translator can be built with the latest(nightly) package of LLVM. For Ubuntu
2929
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
3030
sudo add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main"
3131
sudo apt-get update
32-
sudo apt-get install llvm-15-dev llvm-15-tools clang-15 libclang-15-dev
32+
sudo apt-get install llvm-16-dev llvm-16-tools clang-16 libclang-16-dev
3333
```
3434
The installed version of LLVM will be used by default for out-of-tree build of the translator.
3535
```
@@ -153,7 +153,7 @@ make test
153153
```
154154
This requires that the `-DLLVM_SPIRV_INCLUDE_TESTS=ON` argument is
155155
passed to CMake during the build step. Additionally,
156-
`-DLLVM_EXTERNAL_LIT="/usr/lib/llvm-15/build/utils/lit/lit.py"` is
156+
`-DLLVM_EXTERNAL_LIT="/usr/lib/llvm-16/build/utils/lit/lit.py"` is
157157
needed when building with a pre-installed version of LLVM.
158158

159159
The translator test suite can be disabled by passing

0 commit comments

Comments
 (0)