[clang] [llvm] [Hexagon] Set the default compilation target to V68 (PR #125239)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 07:36:55 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 7ceef1b1824073fcfd4724539f5942442da1a9c2 041813a5de078adaf8d86bbeb2c92f19ce5828eb --extensions c,cpp,h -- clang/test/Driver/hexagon-cpu-default.c clang/lib/Driver/ToolChains/Hexagon.cpp llvm/include/llvm/BinaryFormat/ELF.h
``````````

</details>

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

``````````diff
diff --git a/clang/lib/Driver/ToolChains/Hexagon.cpp b/clang/lib/Driver/ToolChains/Hexagon.cpp
index 91dd582eb0..7ca5ab9af8 100644
--- a/clang/lib/Driver/ToolChains/Hexagon.cpp
+++ b/clang/lib/Driver/ToolChains/Hexagon.cpp
@@ -802,9 +802,7 @@ bool HexagonToolChain::isAutoHVXEnabled(const llvm::opt::ArgList &Args) {
 // Returns the default CPU for Hexagon. This is the default compilation target
 // if no Hexagon processor is selected at the command-line.
 //
-StringRef HexagonToolChain::GetDefaultCPU() {
-  return "hexagonv68";
-}
+StringRef HexagonToolChain::GetDefaultCPU() { return "hexagonv68"; }
 
 StringRef HexagonToolChain::GetTargetCPUVersion(const ArgList &Args) {
   Arg *CpuArg = nullptr;

``````````

</details>


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


More information about the llvm-commits mailing list