Skip to content
  • Ian Lynagh's avatar
    Fix the dynflags consistency code · b5ac19aa
    Ian Lynagh authored
    It was checking to see whether the hscTarget is HscC or HscLlvm, and
    changing it to HscC otherwise. But this meant that as well as rejecting
    HscAsm, it also rejected HscInterpreted and HscNothing.
    
    Now we just check whether it's HscAsm.
    b5ac19aa