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

RTS: declare setKeepCAFs symbol

Commit 08ba8720 failed to declare the dependency of keepCAFsForGHCi on
the symbol setKeepCAFs in the RTS, which led to undefined symbol errors
on Windows, as exhibited by the testcase frontend001.

Thanks to Moritz Angermann and Ryan Scott for the diagnosis and fix.

Fixes #22961

(cherry picked from commit 42b05e9b)
parent d8294be5
No related branches found
No related tags found
No related merge requests found
......@@ -947,6 +947,7 @@ extern char **environ;
SymI_HasProto(arenaAlloc) \
SymI_HasProto(arenaFree) \
SymI_HasProto(rts_clearMemory) \
SymI_HasProto(setKeepCAFs) \
RTS_USER_SIGNALS_SYMBOLS \
RTS_INTCHAR_SYMBOLS
......
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