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:
authorMarcos Henrich <marcos.henrich@xamarin.com>2016-05-31 19:37:42 +0300
committerMarcos Henrich <marcos.henrich@xamarin.com>2016-07-09 00:40:38 +0300
commiteb8cc5ca57c7fd03ca0026c9c0bcef9734c78776 (patch)
tree7b5054934f461d03a7b252b9aaecf565cc3a2b83 /man
parent98050688e392ae4bacf1f9dceb1ffc63c8cbf85f (diff)
[runtime] Added aot=msym-dir=<DIR>
Removed gen-seq-points-file. .msym files are now stored into a a subfolder of the provided msym-dir. The subfolder of each .msym are named as AOTID.
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mono.1 b/man/mono.1
index 7bd449dd455..b70f60bb8b4 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -142,10 +142,10 @@ 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
+.I msym-dir=<PATH>
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.
+The generated .msym files will be stored into a subfolder of <PATH> named as the
+compilation AOTID.
.TP
.I mtriple=<TRIPLE>
Use the GNU style target triple <TRIPLE> to determine some code generation options, i.e.