Skip to content
Snippets Groups Projects
Commit b84b5da4 authored by Ben Gamari's avatar Ben Gamari Committed by Austin Seipp
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>
parent d574fcbb
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