[Git][ghc/ghc][wip/ncg-simd] rts: Declare barf
sheaf (@sheaf)
gitlab at gitlab.haskell.org
Mon Sep 2 09:50:17 UTC 2024
sheaf pushed to branch wip/ncg-simd at Glasgow Haskell Compiler / GHC
Commits:
0442507f by Ben Gamari at 2024-09-02T11:49:57+02:00
rts: Declare barf
As it is used by -dtag-inference-checks.
Closes #22066.
- - - - -
1 changed file:
- rts/include/stg/MiscClosures.h
Changes:
=====================================
rts/include/stg/MiscClosures.h
=====================================
@@ -453,6 +453,9 @@ RTS_FUN_DECL(stg_threadFinished);
RTS_FUN_DECL(StgReturn);
+// Used by -dtag-inference-checks
+RTS_FUN_DECL(barf);
+
/* -----------------------------------------------------------------------------
PrimOps
-------------------------------------------------------------------------- */
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0442507f541b1979b6c260f4061424045b7bb342
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0442507f541b1979b6c260f4061424045b7bb342
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/20240902/b42215bc/attachment-0001.html>
More information about the ghc-commits
mailing list