X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FGettingStarted.rst;h=0d3115513453ee9cc7bad5fc1ccaaf5c90fba104;hb=3f77b126399316d8bda0fa5af29b450c3587193c;hp=fe6c1b67f1a3d747e70e1248db662bca8a6f73d3;hpb=56880d0733c6b485b79e6b411d388cd9bc1f66bc;p=oota-llvm.git diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index fe6c1b67f1a..0d311551345 100644 --- a/docs/GettingStarted.rst +++ b/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 |