This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGee0dd2ec112b: [Docs] Update clang & llvm release notes
for HLSL (authored by beanz).
Changed prior to commit:
https://reviews.llvm.org/D127890?vs=
beanz updated this revision to Diff 438419.
beanz added a comment.
Updates based on feeback from @MaskRay. Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127890/new/
https://reviews.llvm.org/D127890
Files:
clang/docs/ReleaseNotes.rst
MaskRay added inline comments.
Comment at: llvm/docs/ReleaseNotes.rst:117
+* 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.
--
beanz updated this revision to Diff 437672.
beanz added a comment.
Updates based on review feedback. Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127890/new/
https://reviews.llvm.org/D127890
Files:
clang/docs/ReleaseNotes.rst
llvm/
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 a
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Thanks for adding the release notes! LGTM aside from some minor nits (take em
or leave em).
Comment at: clang/docs/ReleaseNotes.rst:72
+- Clang is gaining supp
beanz created this revision.
beanz added reviewers: tstellar, aaron.ballman, MaskRay, hans.
Herald added subscribers: Anastasia, StephenFan.
Herald added a project: All.
beanz requested review of this revision.
Herald added projects: clang, LLVM.
Adding release note entries for LLVM & Clang to int