Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
bc65d813
Commit
bc65d813
authored
Oct 01, 2001
by
simonpj
Browse files
[project @ 2001-10-01 15:42:42 by simonpj]
ILX ifdefery
parent
3a60e526
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverPipeline.hs
View file @
bc65d813
...
...
@@ -189,7 +189,9 @@ genPipeline todo stop_flag persistent_output lang (filename,suffix)
stop_phase
=
case
todo
of
StopBefore
As
|
split
->
SplitAs
#
ifdef
ILX
|
real_lang
==
HscILX
->
Ilasm
#
endif
StopBefore
phase
->
phase
DoMkDependHS
->
Ln
DoLink
->
Ln
...
...
@@ -237,7 +239,9 @@ genPipeline todo stop_flag persistent_output lang (filename,suffix)
Mangle
|
keep_raw_s
->
Persistent
As
|
keep_s
->
Persistent
HCc
|
keep_hc
->
Persistent
#
ifdef
ILX
Ilasm
|
keep_il
->
Persistent
#
endif
_other
->
Temporary
-- add information about output files to the pipeline
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment