diff options
author | David Terei <davidterei@gmail.com> | 2010-09-14 07:21:35 +0000 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2010-09-14 07:21:35 +0000 |
commit | a3783a326f3a19b665883529e12a4609a7e0c327 (patch) | |
tree | d38022c7c8df2a464b6fa4ea3670120d2a81269f /docs/man | |
parent | 7c086ecd88b4fb5d82b4597d56695cea0a1a0553 (diff) | |
download | haskell-a3783a326f3a19b665883529e12a4609a7e0c327.tar.gz |
Update release notes and docs with LLVM info.
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/gen_flags.xsl.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/gen_flags.xsl.sh b/docs/man/gen_flags.xsl.sh index 28627ea5df..fed694f1e0 100644 --- a/docs/man/gen_flags.xsl.sh +++ b/docs/man/gen_flags.xsl.sh @@ -71,7 +71,8 @@ As a rule of thumb, all the language options are dynamic, as are the warning options and the debugging options. The rest are static, with the notable exceptions of -.BR \-v ", " \-cpp ", " \-fasm ", " \-fvia\-C ", and " \-#include . +.BR \-v ", " \-cpp ", " \-fasm ", " \-fvia\-C ", " \-fllvm ", and +" \-#include . The OPTIONS sections lists the status of each flag. .PP |