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:
authorJoão Matos <joao@tritao.eu>2016-02-17 20:41:48 +0300
committerJoão Matos <joao@tritao.eu>2016-02-17 20:48:09 +0300
commitc9e1f8f2edeb1dc12ca16670426d28871369c9e1 (patch)
tree2750f2305ded9feab4dc4aa8ff2f272773dece1e /man
parent066b506905a0d7baaccb2e25125919d1f5f7fd8b (diff)
[man] Updated Mono man page with AOT gen-seq-points-file option.
Diffstat (limited to 'man')
-rw-r--r--man/mono.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 51618f260cc..504a9774c94 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -142,6 +142,11 @@ instead of going through the operating system symbol lookup operation.
.I llvm-path=<PREFIX>
Same for the llvm tools 'opt' and 'llc'.
.TP
+.I gen-seq-points-file=FILE.msym
+Instructs the AOT compiler to generate offline sequence points .msym files.
+The path is optional, if none is passed then a .msym file will be generated
+next to the input assembly.
+.TP
.I mtriple=<TRIPLE>
Use the GNU style target triple <TRIPLE> to determine some code generation options, i.e.
--mtriple=armv7-linux-gnueabi will generate code that targets ARMv7. This is currently