Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d6d15597
Commit
d6d15597
authored
Dec 02, 2012
by
ian@well-typed.com
Browse files
Tweak comments
parent
45e70a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/CmmPipeline.hs
View file @
d6d15597
...
...
@@ -183,14 +183,15 @@ cpsTop hsc_env proc =
-- the entry point.
splitting_proc_points
=
hscTarget
dflags
/=
HscAsm
||
not
(
tablesNextToCode
dflags
)
||
usingInconsistentPicReg
-- Note [darwin-x86-pic]
||
-- Note [inconsistent-pic-reg]
usingInconsistentPicReg
usingInconsistentPicReg
=
(
platformArch
platform
==
ArchX86
||
platformArch
platform
==
ArchPPC
)
&&
platformOS
platform
==
OSDarwin
&&
gopt
Opt_PIC
dflags
{- Note [
darwin-x86-pic
]
{- Note [
inconsistent-pic-reg
]
On x86/Darwin, PIC is implemented by inserting a sequence like
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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