summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-11 17:49:31 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-11 17:49:31 +0000
commit49e6c96bd9e066d88ccf47ebd3a64378ef774e2a (patch)
treef515899fa592779e140bec9d143bffecf08160a8
parentf3d3baec3c178089324cf279240dc538cbb2f632 (diff)
downloadhaskell-49e6c96bd9e066d88ccf47ebd3a64378ef774e2a.tar.gz
Update a comment
-rw-r--r--compiler/main/GhcMake.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index 34898a92a3..80227cd3f3 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)