Skip to content

Commit a6bf271

Browse files
[llvm] Proofread DirectXUsage.rst (llvm#161481)
1 parent 515660d commit a6bf271

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/DirectXUsage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Initially the backend is aimed at supporting DirectX 12, and support for DirectX
2929
11 is planned at a later date.
3030

3131
The DirectX backend is currently experimental and is not shipped with any
32-
release builds of LLVM tools. To enable building the DirectX backend locally add
32+
release builds of LLVM tools. To build the DirectX backend locally, add
3333
``DirectX`` to the ``LLVM_EXPERIMENTAL_TARGETS_TO_BUILD`` CMake option. For more
3434
information on building LLVM see the :doc:`CMake` documentation.
3535

@@ -38,16 +38,16 @@ information on building LLVM see the :doc:`CMake` documentation.
3838
Target Triples
3939
==============
4040

41-
At present the DirectX target only supports the ``dxil`` architecture, which
41+
At present, the DirectX target only supports the ``dxil`` architecture, which
4242
generates code for the
4343
`DirectX Intermediate Language. <https://github.com/microsoft/DirectXShaderCompiler/blob/main/docs/DXIL.rst>`_
4444

4545
In addition to target architecture, the DirectX backend also needs to know the
4646
target runtime version and pipeline stage. These are expressed using the OS and
4747
Environment triple component.
4848

49-
Presently the DirectX backend requires targeting the ``shadermodel`` OS, and
50-
supports versions 6.0+ (at time of writing the latest announced version is 6.7).
49+
Presently, the DirectX backend requires targeting the ``shadermodel`` OS, and
50+
supports versions 6.0+ (as of writing, the latest announced version is 6.7).
5151

5252
.. table:: DirectX Environments
5353

0 commit comments

Comments
 (0)