From d6c2ffdc03bb7aa57d2576d208ac0b57dd650b47 Mon Sep 17 00:00:00 2001 From: David Terei Date: Mon, 21 Nov 2011 15:57:42 -0800 Subject: Improve documentation on backends --- docs/users_guide/separate_compilation.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/users_guide/separate_compilation.xml') diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml index 9d482e138a..d0acbfb39f 100644 --- a/docs/users_guide/separate_compilation.xml +++ b/docs/users_guide/separate_compilation.xml @@ -473,8 +473,9 @@ $ ghc -c parse/Foo.hs parse/Bar.hs gurgle/Bumble.hs -odir `uname -m` Keep intermediate .hc files when doing .hs-to-.o - compilations via C (NOTE: .hc files - are only generated by unregisterised compilers). + compilations via C (NOTE: + .hc files are only generated by + unregisterised compilers). @@ -488,10 +489,10 @@ $ ghc -c parse/Foo.hs parse/Bar.hs gurgle/Bumble.hs -odir `uname -m` Keep intermediate .ll files when doing .hs-to-.o - compilations via LLVM (NOTE: .ll files - aren't generated when using the native code generator, you - may need to use to force them - to be produced). + compilations via LLVM + (NOTE: .ll files aren't generated when using the + native code generator, you may need to use to + force them to be produced). -- cgit v1.2.1