[llvm] [DirectX] Fix build breaks (PR #128556)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 11:30:32 PST 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 69cc16fb55089f624aba106a714aaf3f1a5504f5 b558c4e56d01aff1447a39142c144a37d61163b7 --extensions h,cpp -- llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp llvm/lib/Target/DirectX/DirectXInstrInfo.h llvm/lib/Target/DirectX/DirectXRegisterInfo.cpp llvm/lib/Target/DirectX/DirectXRegisterInfo.h llvm/lib/Target/DirectX/DirectXSubtarget.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp b/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
index a65a619bfc..1eca846623 100644
--- a/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
+++ b/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
@@ -244,7 +244,7 @@ private:
void writeDIDerivedType(const DIDerivedType *N,
SmallVectorImpl<uint64_t> &Record, unsigned Abbrev);
void writeDISubrangeType(const DISubrangeType *N,
- SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) {
+ SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) {
llvm_unreachable("DXIL cannot contain DISubrangeType Nodes");
}
void writeDICompositeType(const DICompositeType *N,
``````````
</details>
https://github.com/llvm/llvm-project/pull/128556
More information about the llvm-commits
mailing list