[clang] [clang][docs] Rename Hexagon HVX option section (PR #195560)

via cfe-commits cfe-commits at lists.llvm.org
Sun May 3 16:40:50 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: nataliakokoromyti

<details>
<summary>Changes</summary>

There were two `hexagon` sections in the docs, but the second one was just the hvx flags so I renamed that one to `hexagon hvx`. This seems to be the consensus from #<!-- -->194072.



---
Full diff: https://github.com/llvm/llvm-project/pull/195560.diff


1 Files Affected:

- (modified) clang/include/clang/Options/Options.td (+1-1) 


``````````diff
diff --git a/clang/include/clang/Options/Options.td b/clang/include/clang/Options/Options.td
index c64ebba6f3dbf..e32956264194b 100644
--- a/clang/include/clang/Options/Options.td
+++ b/clang/include/clang/Options/Options.td
@@ -221,7 +221,7 @@ def m_sparc_Features_Group : OptionGroup<"<sparc features group>">,
 // The features added by this group will not be added to target features.
 // These are explicitly handled.
 def m_hexagon_Features_HVX_Group : OptionGroup<"<hexagon features group>">,
-                                   Group<m_Group>, DocName<"Hexagon">;
+                                   Group<m_Group>, DocName<"Hexagon HVX">;
 def m_m68k_Features_Group: OptionGroup<"<m68k features group>">,
                            Group<m_Group>, DocName<"M68k">;
 def m_mips_Features_Group : OptionGroup<"<mips features group>">,

``````````

</details>


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


More information about the cfe-commits mailing list