Skip to content

Commit 9318582

Browse files
committed
Add HctGen of DXIL.rst back to build without LLVM_BUILD_DOCS required
HctGen of DXIL.rst should happen on every ordinary build, and be updated with other HctGen modified files. This isn't about building the doc, it's about updating it when definitions change in hctdb.py. This also brings DXIL.rst up to date. We've been missing updates to DXIL.rst for quite a while due to this issue.
1 parent 8280d0f commit 9318582

File tree

2 files changed

+378
-322
lines changed

2 files changed

+378
-322
lines changed

Diff for: CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,7 @@ if (LLVM_INCLUDE_DOCS)
762762
add_subdirectory(docs)
763763
endif()
764764

765-
if (LLVM_BUILD_DOCS)
766-
add_hlsl_hctgen(DxilDocs OUTPUT docs/DXIL.rst CODE_TAG) # HLSL Change
767-
endif()
765+
add_hlsl_hctgen(DxilDocs OUTPUT docs/DXIL.rst CODE_TAG) # HLSL Change
768766

769767
add_subdirectory(cmake/modules)
770768

0 commit comments

Comments
 (0)