You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every LLVM/LLD/Clang version brings some restrictions and in some cases needs different configuration. Please refer to [LLVM/LLD/Clang version information](#LLVM/Clang-version-information) section for more information.
29
+
> **Important notice**
30
+
> Every LLVM/LLD/Clang version brings some restrictions and in some cases needs different configuration. Please refer to [LLVM/LLD/Clang version information](#LLVM/Clang-version-information) section for more information.
31
31
32
32
In this step you need to prepare VC Intrinsics, SPIRV-LLVM Translator, LLVM, LLD, OpenCL-Clang libraries and Clang for IGC.
33
33
It can be done either by using packaged releases or building those yourself:
34
34
35
35
#### Use preinstalled packages
36
36
37
37
For **LLVM**, **LLD** and **Clang** packages please visit this [link](https://apt.llvm.org/) to download and install desired version.
38
-
Using for example the APT command it will be:
38
+
For `apt` package manager you can use this command:
As of now **OpenCL Clang** is still needed to be built and installed manually. Sources are available [here](https://github.com/intel/opencl-clang). You can use out-of-tree build method with LLVM and Clang preinstalled.
43
43
**VC Intrinsics** is a lightweight library that is built from sources with IGC and there is no package for it.
@@ -59,11 +59,11 @@ You can use following commands for setup:
These commands will set up a workspace with LLVM 10. If you wish to use any other version please refer to the [component revision table](#Revision-table)
66
+
These commands will set up a workspace with LLVM 11. If you wish to use any other version please refer to the [component revision table](#Revision-table)
67
67
68
68
Correct directory tree looks like this:
69
69
```
@@ -75,21 +75,15 @@ Correct directory tree looks like this:
0 commit comments