Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2019-03-11 10:40:22 +0300
committerGitHub <noreply@github.com>2019-03-11 10:40:22 +0300
commit2eeaf888c1d0a681c8705bd609f76196d8fb82ed (patch)
tree6a8e1a86e3742cde0db8795c6552738b203207a6 /man
parent3489679dc52b93ab0570cd4153cf3f2459241f77 (diff)
[AOT] add option to control arguments to llc and add fallback for x86 (#13323)
* [AOT] add option to control arguments to llc and add fallback for x86 Fixes https://github.com/mono/mono/issues/12182 * rename
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index a63282bc559..52c98a16e35 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -246,6 +246,12 @@ program that comes with Mono, and calling it like this:
.fi
.TP
+.I llcopts=[options]
+Use this option to add more flags to the built-in set of flags passed to the
+LLVM system compiler. If not provided, it will fallback to
+.I -mcpu=generic
+on x86 systems.
+.TP
.I llvm-outfile=[filename]
Gives the path for the temporary LLVM bitcode file created during AOT.
.I dedup