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
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)
73
+
These commands will set up a workspace with LLVM 14. If you wish to use any other version please refer to the [component revision table](#Revision-table)
74
74
75
75
Correct directory tree looks like this:
76
76
```
@@ -92,7 +92,7 @@ There are several flags for these builds modes that you can pass to
92
92
cmake command.
93
93
94
94
-`IGC_OPTION__LLVM_PREFERRED_VERSION` -- sets version of LLVM that
95
-
will be used by IGC (defaults to "11.1.0").
95
+
will be used by IGC (defaults to "14.0.5").
96
96
-`IGC_OPTION__LLVM_MODE` -- select LLVM mode for IGC to use. Possible
97
97
values are: **Source**, **Prebuilds** or empty (that is
98
98
default). **Source** mode uses LLVM sources to build LLVM in-tree with
@@ -155,9 +155,9 @@ $ sudo make install
155
155
156
156
| Version | Product quality |
157
157
|:----------------:|-----------------|
158
-
| LLVM 12-15| Experimental |
159
-
| LLVM 11|**Production**|
160
-
| LLVM 10 and older | Experimental |
158
+
| LLVM 15 | Experimental |
159
+
| LLVM 14|**Production**|
160
+
| LLVM 12 and older | Experimental |
161
161
162
162
| Terminology | Description |
163
163
|-------------------|-|
@@ -169,14 +169,14 @@ $ sudo make install
169
169
LLVM version determines what branches are used when building dependencies.
170
170
When checking out the components refer to the following table, replace **XX** with the LLVM version used:
171
171
172
-
| Repository name | Version specific | Branch | LLVM 11 example |
172
+
| Repository name | Version specific | Branch | LLVM 14 example |
0 commit comments