Skip to content
Snippets Groups Projects
Commit 644c76a3 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Use LinkerInternals.h for exitLinker.

Part of remove HEAP_ALLOCED patch set (#8199)

Summary: Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>

Test Plan: validate

Reviewers: simonmar, austin

Subscribers: simonmar, ezyang, carter, thomie

Differential Revision: https://phabricator.haskell.org/D262

GHC Trac Issues: #8199
parent 084d241b
No related merge requests found
......@@ -36,7 +36,7 @@
#include "Timer.h"
#include "Globals.h"
#include "FileLock.h"
void exitLinker( void ); // there is no Linker.h file to include
#include "LinkerInternals.h"
#if defined(PROFILING)
# include "ProfHeap.h"
......
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