Update GettingStarted docs list of LLVM_TARGETS_TO_BUILD to match cmake.
authorPete Cooper <peter_cooper@apple.com>
Wed, 5 Aug 2015 20:55:53 +0000 (20:55 +0000)
committerPete Cooper <peter_cooper@apple.com>
Wed, 5 Aug 2015 20:55:53 +0000 (20:55 +0000)
Since the docs were written, we've added the BPF backend to the list.
Updating the docs to take this in to account.  Also sorted them to
match cmake while I was changing these lines.

Reviewed by Chris B.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244123 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index fe6c1b67f1a3d747e70e1248db662bca8a6f73d3..0d3115513453ee9cc7bad5fc1ccaaf5c90fba104 100644 (file)
@@ -729,9 +729,9 @@ used by people developing LLVM.
 |                         | the configure script. The default list is defined  |
 |                         | as ``LLVM_ALL_TARGETS``, and can be set to include |
 |                         | out-of-tree targets. The default value includes:   |
-|                         | ``AArch64, ARM, CppBackend, Hexagon,               |
-|                         | Mips, MSP430, NVPTX, PowerPC, AMDGPU, Sparc,       |
-|                         | SystemZ, X86, XCore``.                             |
+|                         | ``AArch64, AMDGPU, ARM, BPF, CppBackend, Hexagon,  |
+|                         | Mips, MSP430, NVPTX, PowerPC, Sparc, SystemZ       |
+|                         | X86, XCore``.                                      |
 +-------------------------+----------------------------------------------------+
 | LLVM_ENABLE_DOXYGEN     | Build doxygen-based documentation from the source  |
 |                         | code This is disabled by default because it is     |