Made Tock draw in the post-analysis object files when linking
This commit is contained in:
parent
70789661f1
commit
0e31e98bb2
6
Main.hs
6
Main.hs
|
@ -287,8 +287,10 @@ compileFull inputFile moutputFile
|
|||
exec $ cCommand postCFile postOFile (csCompilerFlags optsPS)
|
||||
|
||||
cs <- lift getCompState
|
||||
let otherOFiles = [usedFile ++ ".tock.o"
|
||||
| usedFile <- Set.toList $ csUsedFiles cs]
|
||||
let otherOFiles = concat [[usedFile ++ ".tock.o"
|
||||
,usedFile ++ ".tock_post.o"
|
||||
]
|
||||
| usedFile <- Set.toList $ csUsedFiles cs]
|
||||
|
||||
|
||||
-- Link the object files into a binary
|
||||
|
|
Loading…
Reference in New Issue
Block a user