]> granicus.if.org Git - clang/commitdiff
[SystemZ] Add SystemZ as supporting target in help text for -mfentry.
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Fri, 20 Sep 2019 13:13:50 +0000 (13:13 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Fri, 20 Sep 2019 13:13:50 +0000 (13:13 +0000)
=> "Insert calls to fentry at function entry (x86/SystemZ only)"

Review: Ulrich Weigand

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372387 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangCommandLineReference.rst
include/clang/Driver/Options.td

index c26a6e5ecfc8ae71250496d63273ff13cce965e2..80b0cb3ab594ea93ff850fa317ae06bf060312ee 100644 (file)
@@ -2194,7 +2194,7 @@ Set EABI type, e.g. 4, 5 or gnu (default depends on triple)
 
 .. option:: -mfentry
 
-Insert calls to fentry at function entry (x86 only)
+Insert calls to fentry at function entry (x86/SystemZ only)
 
 .. option:: -mfloat-abi=<arg>
 
index 31798e0c0ff4b48fa93b345b63b97950c4218d49..90720e4fc32fb3b9ac4c17667f7d58a74438d4ad 100644 (file)
@@ -2387,7 +2387,7 @@ def mpie_copy_relocations : Flag<["-"], "mpie-copy-relocations">, Group<m_Group>
   Flags<[CC1Option]>,
   HelpText<"Use copy relocations support for PIE builds">;
 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)">,
+def mfentry : Flag<["-"], "mfentry">, HelpText<"Insert calls to fentry at function entry (x86/SystemZ only)">,
   Flags<[CC1Option]>, Group<m_Group>;
 def mips16 : Flag<["-"], "mips16">, Group<m_mips_Features_Group>;
 def mno_mips16 : Flag<["-"], "mno-mips16">, Group<m_mips_Features_Group>;