From f9b1d79a549269f0630edd4893c654953ae07a6a Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 15 Jan 2009 02:42:40 +0000 Subject: Some small documentation fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62251 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerDriver.html | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index fcd66ba..977bd47 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -290,9 +290,10 @@ example: (alias_option help - help string associated with this option. Used for --help output.
  • required - this option is obligatory.
  • -
  • hidden - this option should not appear in the --help -output (but should appear in the --help-hidden output).
  • -
  • really_hidden - the option should not appear in any help +
  • hidden - the description of this option will not appear in +the --help output (but will appear in the --help-hidden +output).
  • +
  • really_hidden - the option will not be mentioned in any help output.
  • extern - this option is defined in some other plugin, see below.
  • @@ -303,7 +304,7 @@ output.

    External options

    Sometimes, when linking several plugins together, one plugin needs to access options defined in some other plugin. Because of the way -options are implemented, such options should be marked as +options are implemented, such options must be marked as extern. This is what the extern option property is for. Example:

    @@ -574,13 +575,13 @@ line option --view-graphGhostview are installed. There is also a --dump-graph option that
     creates a Graphviz source file (compilation-graph.dot) in the
     current directory.

    -

    Another useful option is --check-graph. It checks the compilation -graph for common errors like mismatched output/input language names, -multiple default edges and cycles. These checks can't be performed at -compile-time because the plugins can load code dynamically. When -invoked with --check-graph, llvmc doesn't perform any -compilation tasks and returns the number of encountered errors as its -status code.

    +

    Another useful llvmc option is --check-graph. It checks the +compilation graph for common errors like mismatched output/input +language names, multiple default edges and cycles. These checks can't +be performed at compile-time because the plugins can load code +dynamically. When invoked with --check-graph, llvmc doesn't +perform any compilation tasks and returns the number of encountered +errors as its status code.


    -- cgit v1.1