diff options
author | Christoph Mallon <christoph.mallon@gmx.de> | 2017-04-04 15:52:34 +0200 |
---|---|---|
committer | Christoph Mallon <christoph.mallon@gmx.de> | 2017-04-04 15:56:39 +0200 |
commit | 574f7b5ce244036a2c1280d0f3f6515cc31dfeff (patch) | |
tree | 2b68e189b725a4becf759071da335cd5b5111ab9 | |
parent | bce14f6fb4ee4db788a09cdb21d7028caffc8693 (diff) |
manpage: Document '-dumpmachine'.
-rw-r--r-- | cparser.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ .Nd C compiler .Sh SYNOPSIS .Nm -.Op Fl c | S | E | -print-ast +.Op Fl c | S | E | -print-ast | dumpmachine .Op Fl -print-implicit-cast .Op Fl -print-parenthesis .Op Fl Oo Cm no- Oc Ns Cm integrated-cpp @@ -52,6 +52,8 @@ Preprocess the input file only. By default the result is output to stdout. .It Fl -print-ast Output the abstract syntax tree of the parsed input file as C again. +.It Fl dumpmachine +.No Print the default target triple or the current target triple selected by Fl target . .It Fl -print-implicit-cast .No When using Fl -print-ast , No show casts, which are inserted by the semantic checks . .It Fl -print-parenthesis |