Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Glasgow Haskell Compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
d9b57e71
Commit
d9b57e71
authored
Apr 05, 2013
by
Gabor Greif
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos
parent
8c2f2803
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
+1
-1
ghc.mk
ghc.mk
+2
-2
No files found.
compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs
View file @
d9b57e71
...
...
@@ -4,7 +4,7 @@
-- The first time we encounter a jump to a particular basic block, we
-- record the assignment of temporaries. The next time we encounter a
-- jump to the same block, we compare our current assignment to the
-- stored one. They might be different if spilling has occrred in one
-- stored one. They might be different if spilling has occ
u
rred in one
-- branch; so some fixup code will be required to match up the assignments.
--
module
RegAlloc.Linear.JoinToTargets
(
joinToTargets
)
where
...
...
ghc.mk
View file @
d9b57e71
...
...
@@ -428,7 +428,7 @@ endef
$(eval
$(call
foreachLibrary,addExtraPackage))
endif
# If we want to just install ev
re
ything, then we want all the packages
# If we want to just install ev
er
ything, then we want all the packages
SUPERSIZE_INSTALL_PACKAGES
:=
$(
addprefix
libraries/,
$(PACKAGES_STAGE1)
)
ifeq
"$(Stage1Only)" "NO"
SUPERSIZE_INSTALL_PACKAGES
+=
compiler
...
...
@@ -722,7 +722,7 @@ endif
ifneq
"$(BINDIST)" "YES"
# Make sure we have all the GHCi libs by the time we've built
# ghc-stage2. DPH includes a bit of Template Haskell which needs the
# GHC
I
libs, and we don't have a better way to express that dependency.
# GHC
i
libs, and we don't have a better way to express that dependency.
#
GHCI_LIBS
=
$(
foreach
lib,
$(PACKAGES_STAGE1)
,
$
(
libraries/
$(lib)
_dist-install_GHCI_LIB
))
\
$(compiler_stage2_GHCI_LIB)
...
...
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