[PATCH] D127890: [Docs] Update clang & llvm release notes for HLSL

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 15 12:41:25 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:72
+- Clang is gaining support for HLSL. Basic features for the HLSL language have
+  started being merged during Clang-15 development, but the implementation is
+  incomplete and highly experimental. For more information about the ongoing
----------------
aaron.ballman wrote:
> 
The sentences may be simplified as:

Experimental support for HLSL has been added. <if needed, add more information how experimental it is>

The doc is about Clang, so many occurrences of Clang are redundant.


================
Comment at: llvm/docs/ReleaseNotes.rst:116
+
+* An experimental DirectX backend has been introduced to the LLVM tree. It is
+  not packaged with any of the pre-built releases but can be built from source
----------------
DirectX has been added as an experimental target.
Specify ``-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=DirectX`` in your CMake configuration to enable it. The target is not packaged in pre-built binaries.

"LLVM tree" does not convey more information.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127890/new/

https://reviews.llvm.org/D127890



More information about the cfe-commits mailing list