summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/llc/llc.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/llc/llc.1')
-rw-r--r--usr.bin/clang/llc/llc.113
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.bin/clang/llc/llc.1 b/usr.bin/clang/llc/llc.1
index 1ec01b7..aff09c1 100644
--- a/usr.bin/clang/llc/llc.1
+++ b/usr.bin/clang/llc/llc.1
@@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Man page generated from reStructuredText.
.
-.TH "LLC" "1" "2016-03-03" "3.8" "LLVM"
+.TH "LLC" "1" "2017-12-24" "6" "LLVM"
.SH NAME
llc \- LLVM static compiler
.
@@ -182,6 +182,15 @@ the \fB\-march\fP option so that code can be generated for that target.
Specify which EABI version should conform to. Valid EABI versions are \fIgnu\fP,
\fI4\fP and \fI5\fP\&. Default value (\fIdefault\fP) depends on the triple.
.UNINDENT
+.INDENT 0.0
+.TP
+.B \-stack\-size\-section
+Emit the .stack_sizes section which contains stack size metadata. The section
+contains an array of pairs of function symbol references (8 byte) and stack
+sizes (unsigned LEB128). The stack size values only include the space allocated
+in the function prologue. Functions with dynamic stack allocations are not
+included.
+.UNINDENT
.SS Tuning/Configuration Options
.INDENT 0.0
.TP
@@ -260,6 +269,6 @@ lli
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
-2003-2016, LLVM Project
+2003-2017, LLVM Project
.\" Generated by docutils manpage writer.
.
OpenPOWER on IntegriCloud