File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _kbuild_llvm :
2
+
1
3
==============================
2
4
Building Linux with Clang/LLVM
3
5
==============================
@@ -73,6 +75,8 @@ Getting Help
73
75
- `Wiki <https://github.com/ClangBuiltLinux/linux/wiki >`_
74
76
- `Beginner Bugs <https://github.com/ClangBuiltLinux/linux/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 >`_
75
77
78
+ .. _getting_llvm :
79
+
76
80
Getting LLVM
77
81
-------------
78
82
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ you probably needn't concern yourself with pcmciautils.
30
30
Program Minimal version Command to check the version
31
31
====================== =============== ========================================
32
32
GNU C 4.9 gcc --version
33
+ Clang/LLVM (optional) 10.0.1 clang --version
33
34
GNU make 3.81 make --version
34
35
binutils 2.23 ld -v
35
36
flex 2.5.35 flex --version
68
69
The gcc version requirements may vary depending on the type of CPU in your
69
70
computer.
70
71
72
+ Clang/LLVM (optional)
73
+ ---------------------
74
+
75
+ The latest formal release of clang and LLVM utils (according to
76
+ `releases.llvm.org <https://releases.llvm.org >`_) are supported for building
77
+ kernels. Older releases aren't guaranteed to work, and we may drop workarounds
78
+ from the kernel that were used to support older versions. Please see additional
79
+ docs on :ref: `Building Linux with Clang/LLVM <kbuild_llvm >`.
80
+
71
81
Make
72
82
----
73
83
331
341
332
342
- <ftp://ftp.gnu.org/gnu/gcc/>
333
343
344
+ Clang/LLVM
345
+ ----------
346
+
347
+ - :ref: `Getting LLVM <getting_llvm >`.
348
+
334
349
Make
335
350
----
336
351
You can’t perform that action at this time.
0 commit comments