-fno-code shouldn't be a mode.
[ghc-hetmet.git] / ghc / compiler / main / CodeOutput.lhs
index d1b2933..0148ca4 100644 (file)
@@ -100,6 +100,7 @@ codeOutput dflags this_mod location foreign_stubs pkg_deps flat_abstractC
 #else
                                panic "ILX support not compiled into this ghc";
 #endif
+             HscNothing     -> return ();
          }
        ; return stubs_exist
        }