The log folder is now created as well.
This commit is contained in:
parent
22dcbc6a13
commit
eba91ec646
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ main' opts s =
|
|||
check <- doesPathExist "output"
|
||||
when check (removeDirectoryRecursive "output")
|
||||
createDirectory "output"
|
||||
createDirectory "output/logs"
|
||||
when opts.debug $ do
|
||||
writeFile "output/llvm.ll" generatedCode
|
||||
debugDotViz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue