From e754d199b9e3e0ddda4178cbb6870c3298375aa3 Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Fri, 20 Sep 2019 13:13:50 +0000 Subject: [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 --- docs/ClangCommandLineReference.rst | 2 +- include/clang/Driver/Options.td | 2 +- 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= 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 Flags<[CC1Option]>, HelpText<"Use copy relocations support for PIE builds">; def mno_pie_copy_relocations : Flag<["-"], "mno-pie-copy-relocations">, 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; def mips16 : Flag<["-"], "mips16">, Group; def mno_mips16 : Flag<["-"], "mno-mips16">, Group; -- cgit v1.2.1