[Git][ghc/ghc][wip/stack_cloning] RTS symbol weirness
Sven Tennie
gitlab at gitlab.haskell.org
Sat Oct 24 14:12:46 UTC 2020
Sven Tennie pushed to branch wip/stack_cloning at Glasgow Haskell Compiler / GHC
Commits:
1b4a4ba9 by Sven Tennie at 2020-10-24T16:12:35+02:00
RTS symbol weirness
- - - - -
1 changed file:
- rts/RtsSymbols.c
Changes:
=====================================
rts/RtsSymbols.c
=====================================
@@ -12,6 +12,8 @@
#include "Rts.h"
#include "TopHandler.h"
#include "HsFFI.h"
+#include "CloneStack.h"
+#include "rts/PrinterAPI.h"
#include "sm/Storage.h"
#include "sm/NonMovingMark.h"
@@ -999,6 +1001,8 @@
SymI_HasProto(cas) \
SymI_HasProto(_assertFail) \
SymI_HasProto(keepCAFs) \
+ SymI_HasProto(sendCloneStackMessage) \
+ SymI_HasProto(printStack) \
RTS_USER_SIGNALS_SYMBOLS \
RTS_INTCHAR_SYMBOLS
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1b4a4ba9a7ba95acc2beb8d9c6ce7554eba3416f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1b4a4ba9a7ba95acc2beb8d9c6ce7554eba3416f
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201024/de4b1c70/attachment-0001.html>
More information about the ghc-commits
mailing list