From 2ec1a0da8c44b3424ddfad6c0df52e8761aeb342 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 6 Aug 2015 16:08:01 +0000 Subject: [PATCH] Merging r244123: ------------------------------------------------------------------------ r244123 | pete | 2015-08-05 13:55:53 -0700 (Wed, 05 Aug 2015) | 7 lines Update GettingStarted docs list of LLVM_TARGETS_TO_BUILD to match cmake. 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/branches/release_37@244225 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 75f0e60c41f..df6bd7bc6ba 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -714,9 +714,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 | -- 2.40.0