We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0377aa commit 499c1b6Copy full SHA for 499c1b6
README.md
@@ -69,12 +69,12 @@ make all -j`nproc`
69
70
##### Preferred LLVM version
71
72
-By default, Common clang's cmake script is searching for LLVM 8.0.0. You can
+By default, Common clang's cmake script is searching for LLVM 9.0.0. You can
73
override target version of LLVM by using `PREFERRED_LLVM_VERSION` cmake option:
74
75
Example:
76
```
77
-cmake -DPREFERRED_LLVM_VERSION="7.0.1" ../opencl-clang
+cmake -DPREFERRED_LLVM_VERSION="9.0.0" ../opencl-clang
78
79
80
##### Custom LLVM installation
0 commit comments