summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ClangCommandLineReference.rst2
1 files changed, 1 insertions, 1 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>