docs: fixup botched table
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 19:20:51 +0000 (21:20 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 10:42:00 +0000 (10:42 +0000)
Pandoc silently fails on colspan, breaking this table. But rst supports
this just fine, so let's just hand-convert this table instead.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>

docs/llvmpipe.rst

index 7a2effec64bf329123d7cc3970b6a063154353fc..826bf05816ed27b303b171d90d1cd004773a389f 100644 (file)
@@ -54,7 +54,19 @@ Requirements
    to be built with a matching CRT as Mesa, and you'll need to pass
    ``-DLLVM_USE_CRT_xxx=yyy`` as described below.
 
-   LLVM build-type
+
+   +-----------------+----------------------------------------------------------------+
+   | LLVM build-type | Mesa build-type                                                |
+   |                 +--------------------------------+-------------------------------+
+   |                 | debug,checked                  | release,profile               |
+   +=================+================================+===============================+
+   | Debug           | ``-DLLVM_USE_CRT_DEBUG=MTd``   | ``-DLLVM_USE_CRT_DEBUG=MT``   |
+   +-----------------+--------------------------------+-------------------------------+
+   | Release         | ``-DLLVM_USE_CRT_RELEASE=MTd`` | ``-DLLVM_USE_CRT_RELEASE=MT`` |
+   +-----------------+--------------------------------+-------------------------------+
+
+   You can build only the x86 target by passing
+   ``-DLLVM_TARGETS_TO_BUILD=X86`` to cmake.
 
 -  scons (optional)