[clang] [clang][ARM64X] Support compiling both native and EC objects with -marm64x (PR #207612)

Martin Storsjö via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 6 03:34:44 PDT 2026


================
@@ -5467,7 +5467,7 @@ def municode : Joined<["-"], "municode">, Group<m_Group>;
 def mthreads : Joined<["-"], "mthreads">, Group<m_Group>;
 def marm64x : Joined<["-"], "marm64x">, Group<m_Group>,
   Visibility<[ClangOption, CLOption]>,
-  HelpText<"Link as a hybrid ARM64X image">;
+  HelpText<"Build as a hybrid ARM64X image">;
----------------
mstorsjo wrote:

Maybe clarify into `image/object` as well?

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


More information about the cfe-commits mailing list