[commit: ghc] master: Update a comment (49e6c96)

Ian Lynagh igloo at earth.li
Fri Jan 11 21:51:38 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/49e6c96bd9e066d88ccf47ebd3a64378ef774e2a

>---------------------------------------------------------------

commit 49e6c96bd9e066d88ccf47ebd3a64378ef774e2a
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Jan 11 17:49:31 2013 +0000

    Update a comment

>---------------------------------------------------------------

 compiler/main/GhcMake.hs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index 34898a9..80227cd 100644
--- a/compiler/main/GhcMake.hs
+++ b/compiler/main/GhcMake.hs
@@ -709,9 +709,9 @@ upsweep_mod hsc_env old_hpt (stable_obj, stable_bco) summary mod_index nmods
             prevailing_target = hscTarget (hsc_dflags hsc_env)
             local_target      = hscTarget dflags
 
-            -- If OPTIONS_GHC contains -fasm or -fvia-C, be careful that
+            -- If OPTIONS_GHC contains -fasm or -fllvm, be careful that
             -- we don't do anything dodgy: these should only work to change
-            -- from -fvia-C to -fasm and vice-versa, otherwise we could 
+            -- from -fllvm to -fasm and vice-versa, otherwise we could
             -- end up trying to link object code to byte code.
             target = if prevailing_target /= local_target
                         && (not (isObjectTarget prevailing_target)





More information about the ghc-commits mailing list