summaryrefslogtreecommitdiff
path: root/main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'main.hs')
-rw-r--r--main.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.hs b/main.hs
index b4a66d0..ec5b050 100644
--- a/main.hs
+++ b/main.hs
@@ -7,7 +7,7 @@ import System.Environment
import System.Exit
import qualified LLVM.General as General
import qualified LLVM.General.Context as General
-import qualified LLVM.General.Target as General
+-- import qualified LLVM.General.Target as General
import Check
import Codegen
@@ -50,8 +50,8 @@ main = do
putStrLn $ pshow checked
llvmMod <- either die return $ codegen checked "Module" fname
- putStrLn "Module:"
- print llvmMod
+ -- putStrLn "Module:"
+ -- print llvmMod
General.withContext $ \context -> do
assert $ General.withModuleFromAST context llvmMod $ \genmod -> do