[Git][ghc/ghc][wip/con-info] Add missing file

Matthew Pickering gitlab at gitlab.haskell.org
Tue Nov 3 17:01:44 UTC 2020



Matthew Pickering pushed to branch wip/con-info at Glasgow Haskell Compiler / GHC


Commits:
655f9d55 by Matthew Pickering at 2020-11-03T17:01:28+00:00
Add missing file

- - - - -


1 changed file:

- + includes/rts/IPE.h


Changes:

=====================================
includes/rts/IPE.h
=====================================
@@ -0,0 +1,17 @@
+/* -----------------------------------------------------------------------------
+ *
+ * (c) The GHC Team, 2017-2018
+ *
+ * IPE API
+ *
+ * Do not #include this file directly: #include "Rts.h" instead.
+ *
+ * To understand the structure of the RTS headers, see the wiki:
+ *   https://gitlab.haskell.org/ghc/ghc/wikis/commentary/source-tree/includes
+ *
+ * -------------------------------------------------------------------------- */
+
+#pragma once
+
+void registerInfoProvList(InfoProvEnt **cc_list);
+InfoProvEnt * lookupIPE(StgClosure *info);
\ No newline at end of file



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/655f9d557c8aeb7eabfc8c735732f0e6b137a3e8

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/655f9d557c8aeb7eabfc8c735732f0e6b137a3e8
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/20201103/413440d6/attachment-0001.html>


More information about the ghc-commits mailing list