Skip to content

Commit 499c1b6

Browse files
tripzeroAlexeySotkin
authored andcommitted
opencl-clang will not compile for llvm < 9.0.0
Recent changes to use llvm vfs and SPIR-V api changes breaks compatibility with llvm < 9.
1 parent b0377aa commit 499c1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ make all -j`nproc`
6969

7070
##### Preferred LLVM version
7171

72-
By default, Common clang's cmake script is searching for LLVM 8.0.0. You can
72+
By default, Common clang's cmake script is searching for LLVM 9.0.0. You can
7373
override target version of LLVM by using `PREFERRED_LLVM_VERSION` cmake option:
7474

7575
Example:
7676
```
77-
cmake -DPREFERRED_LLVM_VERSION="7.0.1" ../opencl-clang
77+
cmake -DPREFERRED_LLVM_VERSION="9.0.0" ../opencl-clang
7878
```
7979

8080
##### Custom LLVM installation

0 commit comments

Comments
 (0)