diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-08-05 20:55:53 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-08-05 20:55:53 +0000 |
commit | dc8bd82768c4a22bcd553d03876ecd39e0012385 (patch) | |
tree | e49e0a0314cc066f5a6b3f286ddeab5f3192a74c | |
parent | a5d7de9f082843a83677561338882be8824634d4 (diff) | |
download | bcm5719-llvm-dc8bd82768c4a22bcd553d03876ecd39e0012385.tar.gz bcm5719-llvm-dc8bd82768c4a22bcd553d03876ecd39e0012385.zip |
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.
llvm-svn: 244123
-rw-r--r-- | llvm/docs/GettingStarted.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index fe6c1b67f1a..0d311551345 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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 | |