|
@@ -1858,6 +1858,8 @@ def mpie_copy_relocations : Flag<["-"], "mpie-copy-relocations">, Group<m_Group>
|
|
Flags<[CC1Option]>,
|
|
Flags<[CC1Option]>,
|
|
HelpText<"Use copy relocations support for PIE builds">;
|
|
HelpText<"Use copy relocations support for PIE builds">;
|
|
def mno_pie_copy_relocations : Flag<["-"], "mno-pie-copy-relocations">, Group<m_Group>;
|
|
def mno_pie_copy_relocations : Flag<["-"], "mno-pie-copy-relocations">, Group<m_Group>;
|
|
|
|
+def mfentry : Flag<["-"], "mfentry">, HelpText<"insert calls to fentry at function entry (x86 only)">,
|
|
|
|
+ Flags<[CC1Option]>, Group<m_Group>;
|
|
def mx87 : Flag<["-"], "mx87">, Group<m_x86_Features_Group>;
|
|
def mx87 : Flag<["-"], "mx87">, Group<m_x86_Features_Group>;
|
|
def m80387 : Flag<["-"], "m80387">, Alias<mx87>;
|
|
def m80387 : Flag<["-"], "m80387">, Alias<mx87>;
|
|
def msse2 : Flag<["-"], "msse2">, Group<m_x86_Features_Group>;
|
|
def msse2 : Flag<["-"], "msse2">, Group<m_x86_Features_Group>;
|