summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2019-09-20 13:13:50 +0000
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2019-09-20 13:13:50 +0000
commite754d199b9e3e0ddda4178cbb6870c3298375aa3 (patch)
treec9b8930031dc85176eeedfd769e611a3010b5930
parentcb2379e8917d88d53c9f71edcd2418aab26b6bd0 (diff)
downloadclang-e754d199b9e3e0ddda4178cbb6870c3298375aa3.tar.gz
[SystemZ] Add SystemZ as supporting target in help text for -mfentry.
=> "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
-rw-r--r--docs/ClangCommandLineReference.rst2
-rw-r--r--include/clang/Driver/Options.td2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ClangCommandLineReference.rst b/docs/ClangCommandLineReference.rst
index c26a6e5ecf..80b0cb3ab5 100644
--- a/docs/ClangCommandLineReference.rst
+++ b/docs/ClangCommandLineReference.rst
@@ -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>
diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td
index 31798e0c0f..90720e4fc3 100644
--- a/include/clang/Driver/Options.td
+++ b/include/clang/Driver/Options.td
@@ -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>;