diff options
Diffstat (limited to 'compiler/main/SysTools.lhs')
-rw-r--r-- | compiler/main/SysTools.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index e648481cd3..40a7a25ccd 100644 --- a/compiler/main/SysTools.lhs +++ b/compiler/main/SysTools.lhs @@ -540,7 +540,7 @@ runClang dflags args = do text ("Error running clang! you need clang installed to use the" ++ "LLVM backend") $+$ text "(or GHC tried to execute clang incorrectly)" - throw err + throwIO err ) -- | Figure out which version of LLVM we are running this session |