diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-02-24 21:27:39 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-02-24 21:27:39 +0000 |
commit | 93179bb90b8042f256bd2adc00b7e39ef42869c4 (patch) | |
tree | 31a923f5304528d512a2d514b25236c67941c9df /docs/ClangCommandLineReference.rst | |
parent | 6eea8b8c1aad853d6161709d8b3035dfd867fa1c (diff) |
Diffstat (limited to 'docs/ClangCommandLineReference.rst')
-rw-r--r-- | docs/ClangCommandLineReference.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ClangCommandLineReference.rst b/docs/ClangCommandLineReference.rst index 782d225dce125..8a2da51bccbde 100644 --- a/docs/ClangCommandLineReference.rst +++ b/docs/ClangCommandLineReference.rst @@ -706,6 +706,10 @@ Print source range spans in numeric form .. option:: -fdiagnostics-show-category=<arg> +.. option:: -fexperimental-isel, -fno-experimental-isel + +Enables the experimental global instruction selector + .. option:: -fexperimental-new-pass-manager, -fno-experimental-new-pass-manager Enables an experimental new pass manager in LLVM. @@ -2414,6 +2418,10 @@ X86 .. option:: -mrdseed, -mno-rdseed +.. option:: -mretpoline, -mno-retpoline + +.. option:: -mretpoline-external-thunk, -mno-retpoline-external-thunk + .. option:: -mrtm, -mno-rtm .. option:: -msgx, -mno-sgx |