llvm.rst (9e8238020c5beba64e7ffafbb7ea0fb02fe68270) | llvm.rst (16a122c743b327f714606eff2cd8ff31c206bafc) |
---|---|
1============================== 2Building Linux with Clang/LLVM 3============================== 4 5This document covers how to build the Linux kernel with Clang and LLVM 6utilities. 7 8About --- 62 unchanged lines hidden (view full) --- 71- IRC: #clangbuiltlinux on chat.freenode.net 72- `Telegram <https://t.me/ClangBuiltLinux>`_: @ClangBuiltLinux 73- `Wiki <https://github.com/ClangBuiltLinux/linux/wiki>`_ 74- `Beginner Bugs <https://github.com/ClangBuiltLinux/linux/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22>`_ 75 76Getting LLVM 77------------- 78 | 1============================== 2Building Linux with Clang/LLVM 3============================== 4 5This document covers how to build the Linux kernel with Clang and LLVM 6utilities. 7 8About --- 62 unchanged lines hidden (view full) --- 71- IRC: #clangbuiltlinux on chat.freenode.net 72- `Telegram <https://t.me/ClangBuiltLinux>`_: @ClangBuiltLinux 73- `Wiki <https://github.com/ClangBuiltLinux/linux/wiki>`_ 74- `Beginner Bugs <https://github.com/ClangBuiltLinux/linux/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22>`_ 75 76Getting LLVM 77------------- 78 |
79- http://releases.llvm.org/download.html | 79- https://releases.llvm.org/download.html |
80- https://github.com/llvm/llvm-project 81- https://llvm.org/docs/GettingStarted.html 82- https://llvm.org/docs/CMake.html 83- https://apt.llvm.org/ 84- https://www.archlinux.org/packages/extra/x86_64/llvm/ 85- https://github.com/ClangBuiltLinux/tc-build 86- https://github.com/ClangBuiltLinux/linux/wiki/Building-Clang-from-source 87- https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/ | 80- https://github.com/llvm/llvm-project 81- https://llvm.org/docs/GettingStarted.html 82- https://llvm.org/docs/CMake.html 83- https://apt.llvm.org/ 84- https://www.archlinux.org/packages/extra/x86_64/llvm/ 85- https://github.com/ClangBuiltLinux/tc-build 86- https://github.com/ClangBuiltLinux/linux/wiki/Building-Clang-from-source 87- https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/ |