Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
ab661fe0
Commit
ab661fe0
authored
Jul 03, 2000
by
simonmar
Browse files
[project @ 2000-07-03 15:03:13 by simonmar]
fix phase ordering for NCG + -split-objs.
parent
c49c5eba
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/Main.hs
View file @
ab661fe0
...
...
@@ -1123,7 +1123,8 @@ run_pipeline last_phase do_linking use_ofile orig_basename (phase, input_fn)
case
phase
of
Hsc
->
case
lang
of
HscC
->
HCc
HscAsm
->
As
HscAsm
|
split
->
SplitMangle
|
otherwise
->
As
HCc
|
mangle
->
Mangle
|
otherwise
->
As
...
...
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