[llvm] [SystemZ] Move some SystemZTargetStreamer classes to proper file (PR #132476)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 14:46:04 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 fa4bf3a11a42a098cae63cc81d99b262d34479fb ec8b90cc19fde39f4881fc0a7e7be2b05ae3d71d --extensions cpp,h -- llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.cpp llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
index ecfcff56ee..15617101fd 100644
--- a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
+++ b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
@@ -99,7 +99,6 @@ public:
}
};
-
} // end namespace llvm
#endif // LLVM_LIB_TARGET_SYSTEMZ_SYSTEMZTARGETSTREAMER_H
``````````
</details>
https://github.com/llvm/llvm-project/pull/132476
More information about the llvm-commits
mailing list