Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Driver/Errors/Ppr.hs
    ... ... @@ -281,7 +281,7 @@ instance Diagnostic DriverMessage where
    281 281
                 ++ llvmVersionStr supportedLlvmVersionLowerBound
    
    282 282
                 ++ " and "
    
    283 283
                 ++ llvmVersionStr supportedLlvmVersionUpperBound
    
    284
    -            ++ ") and reinstall GHC to make -fllvm work")
    
    284
    +            ++ ") and reinstall GHC to ensure -fllvm works")
    
    285 285
     
    
    286 286
       diagnosticReason = \case
    
    287 287
         DriverUnknownMessage m
    
    ... ... @@ -352,7 +352,7 @@ instance Diagnostic DriverMessage where
    352 352
         DriverInstantiationNodeInDependencyGeneration {}
    
    353 353
           -> ErrorWithoutFlag
    
    354 354
         DriverNoConfiguredLLVMToolchain
    
    355
    -      -> ErrorWithoutFlag
    
    355
    +      -> WarningWithoutFlag
    
    356 356
     
    
    357 357
       diagnosticHints = \case
    
    358 358
         DriverUnknownMessage m