Skip to content
Snippets Groups Projects
Commit c8418d18 authored by Ben Gamari's avatar Ben Gamari Committed by thoughtpolice
Browse files

DriverPipeline: Ensure -globalopt is passed to LLVM opt


While -O1 and -O2 both include -globalopt, the order in which the passes are
run means that aliases aren't resolved which then causes llc to fall over.
See GHC bug #8855.

Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
(cherry picked from commit b84b5da4)
parent aa8549ff
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment