[llvm] [DirectX][objdump] Add support for printing signatures (PR #152531)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 7 08:24:35 PDT 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 HEAD~1 HEAD --extensions cpp,h -- llvm/include/llvm/Object/DXContainer.h llvm/tools/llvm-objdump/DXContainerDump.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/include/llvm/Object/DXContainer.h b/llvm/include/llvm/Object/DXContainer.h
index 8a2efe2e9..93d39daba 100644
--- a/llvm/include/llvm/Object/DXContainer.h
+++ b/llvm/include/llvm/Object/DXContainer.h
@@ -603,9 +603,7 @@ private:
   }
 
 public:
-  const DXContainer &getDXContainer() const {
-    return Container;
-  }
+  const DXContainer &getDXContainer() const { return Container; }
 
   static bool classof(const Binary *v) { return v->isDXContainer(); }
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/152531


More information about the llvm-commits mailing list