[clang] [llvm] XCOFF no inline ptr glue (PR #193786)
Sean Fertile via cfe-commits
cfe-commits at lists.llvm.org
Thu May 7 12:50:34 PDT 2026
================
@@ -5964,6 +5964,11 @@ def mxcoff_roptr : Flag<["-"], "mxcoff-roptr">, Group<m_Group>,
Flags<[TargetSpecific]>, Visibility<[ClangOption, CC1Option]>,
HelpText<"Place constant objects with relocatable address values in the RO data section and add -bforceimprw to the linker flags (AIX only)">;
def mno_xcoff_roptr : Flag<["-"], "mno-xcoff-roptr">, Group<m_Group>, TargetSpecific;
+def mno_inline_glue : Flag<["-"], "mno-inline-glue">, Group<m_Group>,
+ HelpText<"Use ._ptrgl routine for indirect calls (AIX only)">;
+def minline_glue : Flag<["-"], "minline-glue">, Group<m_Group>,
+ HelpText<"Emit indirect calls inline (AIX only) (default)">;
+
----------------
mandlebug wrote:
Sure, I'll update it.
https://github.com/llvm/llvm-project/pull/193786
More information about the cfe-commits
mailing list