[clang] [SystemZ][z/OS] Implement z/OS XPLINK ABI (PR #101024)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 29 07:53:33 PDT 2024
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 97c62b8f7501d1c6c2f507b075fbe45a31d2b9dc e89f2e619fb7b4e5c942d7236768e79bb189aee8 --extensions c,cpp,h -- clang/test/CodeGen/zos-abi.c clang/test/CodeGen/zos-abi.cpp clang/lib/CodeGen/CodeGenModule.cpp clang/lib/CodeGen/TargetInfo.h clang/lib/CodeGen/Targets/SystemZ.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/lib/CodeGen/Targets/SystemZ.cpp b/clang/lib/CodeGen/Targets/SystemZ.cpp
index 9cc3df7350..5bb91232a3 100644
--- a/clang/lib/CodeGen/Targets/SystemZ.cpp
+++ b/clang/lib/CodeGen/Targets/SystemZ.cpp
@@ -533,7 +533,6 @@ bool SystemZTargetCodeGenInfo::isVectorTypeBased(const Type *Ty,
return false;
}
-
//===----------------------------------------------------------------------===//
// z/OS XPLINK ABI Implementation
//===----------------------------------------------------------------------===//
``````````
</details>
https://github.com/llvm/llvm-project/pull/101024
More information about the cfe-commits
mailing list