BuildingADistribution\r
Remarks\r
\r
+Building, Packaging, and Distributing LLVM\r
+------------------------------------------\r
+\r
+How to build, package, and distribute LLVM.\r
+\r
+=====\r
+CMake\r
+=====\r
+\r
+:doc:`BuildingADistribution`\r
+ A best-practices guide for using LLVM's CMake build system to package and\r
+ distribute LLVM-based tools.\r
+\r
:doc:`CMake`\r
An addendum to the main Getting Started guide for those using the `CMake\r
build system <http://www.cmake.org>`_.\r
\r
+=====\r
+Clang\r
+=====\r
+\r
:doc:`HowToBuildOnARM`\r
Notes on building and testing LLVM/Clang on ARM.\r
\r
:doc:`HowToBuildWithPGO`\r
Notes on building LLVM/Clang with PGO.\r
\r
-:doc:`HowToCrossCompileBuiltinsOnArm`\r
- Notes on cross-building and testing the compiler-rt builtins for Arm.\r
-\r
:doc:`HowToCrossCompileLLVM`\r
Notes on cross-building and testing LLVM/Clang.\r
\r
+`How to build the C, C++, ObjC, and ObjC++ front end`__\r
+ Instructions for building the clang front-end from source.\r
+\r
+ .. __: http://clang.llvm.org/get_started.html\r
+\r
+======\r
+Docker\r
+======\r
+\r
+:doc:`Docker`\r
+ A reference for using Dockerfiles provided with LLVM.\r
+\r
+=================\r
+Additional Topics\r
+=================\r
+\r
+:doc:`HowToCrossCompileBuiltinsOnArm`\r
+ Notes on cross-building and testing the compiler-rt builtins for Arm.\r
+\r
:doc:`Passes`\r
A list of optimizations and analyses implemented in LLVM.\r
\r
:doc:`TestSuiteGuide`\r
Describes how to compile and run the test-suite benchmarks.\r
\r
-`How to build the C, C++, ObjC, and ObjC++ front end`__\r
- Instructions for building the clang front-end from source.\r
-\r
- .. __: http://clang.llvm.org/get_started.html\r
-\r
:doc:`YamlIO`\r
A reference guide for using LLVM's YAML I/O library.\r
\r
A collection of tips for frontend authors on how to generate IR\r
which LLVM is able to effectively optimize.\r
\r
-:doc:`Docker`\r
- A reference for using Dockerfiles provided with LLVM.\r
-\r
-:doc:`BuildingADistribution`\r
- A best-practices guide for using LLVM's CMake build system to package and\r
- distribute LLVM-based tools.\r
-\r
:doc:`Remarks`\r
A reference on the implementation of remarks in LLVM.
\ No newline at end of file