summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeroen Ketema <j.ketema@imperial.ac.uk>2014-05-29 22:23:22 +0000
committerJeroen Ketema <j.ketema@imperial.ac.uk>2014-05-29 22:23:22 +0000
commit3fda4b2cd88ac2f140e745afb0f16bd07ea5143d (patch)
tree2ce7eb0ab3ebd1d5fe2e7e55754afe098ec38c34 /docs
parent06413cd0f0aafb56b86ec8f7ab44328ca49f1aeb (diff)
downloadllvm-3fda4b2cd88ac2f140e745afb0f16bd07ea5143d.tar.gz
llvm-3fda4b2cd88ac2f140e745afb0f16bd07ea5143d.tar.bz2
llvm-3fda4b2cd88ac2f140e745afb0f16bd07ea5143d.tar.xz
Sync list of targets with configure's reality
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 3d2ec1e99d..8f43a88a21 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -698,14 +698,12 @@ The following options can be used to set or enable LLVM specific options:
Controls which targets will be built and linked into llc. The default value
for ``target_options`` is "all" which builds and links all available targets.
- The value "host-only" can be specified to build only a native compiler (no
- cross-compiler targets available). The "native" target is selected as the
- target of the build host. You can also specify a comma separated list of
- target names that you want available in llc. The target names use all lower
- case. The current set of targets is:
-
- ``arm, cpp, hexagon, mips, mipsel, msp430, powerpc, ptx, sparc, spu,
- systemz, x86, x86_64, xcore``.
+ The "host" target is selected as the target of the build host. You can also
+ specify a comma separated list of target names that you want available in llc.
+ The target names use all lower case. The current set of targets is:
+
+ ``aarch64, arm, arm64, cpp, hexagon, mips, mipsel, mips64, mips64el, msp430,
+ powerpc, nvptx, r600, sparc, systemz, x86, x86_64, xcore``.
``--enable-doxygen``