[Midnightbsd-cvs] src [9694] clang 3.4
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 16 13:51:02 EST 2017
Revision: 9694
http://svnweb.midnightbsd.org/src/?rev=9694
Author: laffer1
Date: 2017-12-16 13:51:01 -0500 (Sat, 16 Dec 2017)
Log Message:
-----------
clang 3.4
Modified Paths:
--------------
trunk/usr.bin/clang/tblgen/Makefile
trunk/usr.bin/clang/tblgen/tblgen.1
Property Changed:
----------------
trunk/usr.bin/clang/tblgen/tblgen.1
Modified: trunk/usr.bin/clang/tblgen/Makefile
===================================================================
--- trunk/usr.bin/clang/tblgen/Makefile 2017-12-16 18:50:30 UTC (rev 9693)
+++ trunk/usr.bin/clang/tblgen/Makefile 2017-12-16 18:51:01 UTC (rev 9694)
@@ -1,4 +1,5 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/clang/tblgen/Makefile 249423 2013-04-12 17:57:40Z dim $
.include <bsd.own.mk>
Modified: trunk/usr.bin/clang/tblgen/tblgen.1
===================================================================
--- trunk/usr.bin/clang/tblgen/tblgen.1 2017-12-16 18:50:30 UTC (rev 9693)
+++ trunk/usr.bin/clang/tblgen/tblgen.1 2017-12-16 18:51:01 UTC (rev 9694)
@@ -1,5 +1,8 @@
-.\" $FreeBSD: release/9.2.0/usr.bin/clang/tblgen/tblgen.1 252723 2013-07-04 20:17:04Z dim $
-.TH "TBLGEN" "1" "2013-04-11" "3.3" "LLVM"
+.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/usr.bin/clang/tblgen/tblgen.1 263508 2014-03-21 17:53:59Z dim $
+.\" Man page generated from reStructuredText.
+.
+.TH "TBLGEN" "1" "2014-01-01" "3.4" "LLVM"
.SH NAME
tblgen \- Target Description To C++ Code Generator
.
@@ -29,22 +32,20 @@
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.\" Man page generated from reStructuredText.
-.
.SH SYNOPSIS
.sp
\fBtblgen\fP [\fIoptions\fP] [\fIfilename\fP]
.SH DESCRIPTION
.sp
-\fBtblgen\fP translates from target description (\fB.td\fP) files into C++
+\fBtblgen\fP translates from target description (\fB\&.td\fP) files into C++
code that can be included in the definition of an LLVM target library. Most
users of LLVM will not need to use this program. It is only for assisting with
writing an LLVM target backend.
.sp
The input and output of \fBtblgen\fP is beyond the scope of this short
-introduction. Please see \fB../TableGenFundamentals\fP.
+introduction. Please see \fB\&../TableGenFundamentals\fP\&.
.sp
-The \fIfilename\fP argument specifies the name of a Target Description (\fB.td\fP)
+The \fIfilename\fP argument specifies the name of a Target Description (\fB\&.td\fP)
file to read as input.
.SH OPTIONS
.INDENT 0.0
@@ -68,12 +69,12 @@
.INDENT 0.0
.TP
.B \-asmparsernum N
-Make \-gen\-asm\-parser emit assembly writer number \fBN\fP.
+Make \-gen\-asm\-parser emit assembly writer number \fBN\fP\&.
.UNINDENT
.INDENT 0.0
.TP
.B \-asmwriternum N
-Make \-gen\-asm\-writer emit assembly writer number \fBN\fP.
+Make \-gen\-asm\-writer emit assembly writer number \fBN\fP\&.
.UNINDENT
.INDENT 0.0
.TP
Property changes on: trunk/usr.bin/clang/tblgen/tblgen.1
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list