[pure-lang-svn] SF.net SVN: pure-lang: [313] pure/trunk/lexer.ll
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-26 08:14:22
|
Revision: 313 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=313&view=rev Author: agraef Date: 2008-06-26 01:14:31 -0700 (Thu, 26 Jun 2008) Log Message: ----------- Add missing description of -d to list -h. Modified Paths: -------------- pure/trunk/lexer.ll Modified: pure/trunk/lexer.ll =================================================================== --- pure/trunk/lexer.ll 2008-06-25 23:02:21 UTC (rev 312) +++ pure/trunk/lexer.ll 2008-06-26 08:14:31 UTC (rev 313) @@ -365,6 +365,8 @@ Options may be combined, e.g., list -tvl is the same as list -t -v -l.\n\ -c Annotate printed definitions with compiled code snippets. Useful\n\ for debugging purposes.\n\ +-d Disassembles LLVM IR, showing the generated LLVM assembler code of a\n\ + function.\n\ -e Annotate printed definitions with lexical environment information\n\ (de Bruijn indices, subterm paths). Useful for debugging purposes.\n\ -f Print information about function symbols only.\n\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |