Skip to content

Commit c4292c3

Browse files
committed
Move some modules from goblint_lib to goblint_common
1 parent 580e5dc commit c4292c3

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/common/common.mld

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CfgTools
1616
{2 Specification}
1717
{!modules:
1818
AnalysisState
19+
AnalysisStateUtil
1920
ControlSpecC
2021
}
2122

@@ -42,6 +43,7 @@ Messages
4243

4344
{2 General}
4445
{!modules:
46+
IntOps
4547
LazyEval
4648
ResettableLazy
4749
MessageUtil
@@ -55,6 +57,11 @@ Cilfacade
5557
RichVarinfo
5658
}
5759

60+
{2 Analysis-specific}
61+
{!modules:
62+
ContextUtil
63+
}
64+
5865

5966
{1 Library extensions}
6067

src/common/dune

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
goblint_timing
1717
qcheck-core.runner)
1818
(flags :standard -open Goblint_std)
19+
(foreign_stubs (language c) (names stubs))
20+
(ocamlopt_flags :standard -no-float-const-prop)
1921
(preprocess
2022
(pps
2123
ppx_deriving.std
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
)
6262
)
6363
(flags :standard -open Goblint_std)
64-
(foreign_stubs (language c) (names stubs))
6564
(ocamlopt_flags :standard -no-float-const-prop)
6665
(preprocess
6766
(pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson ppx_blob))

0 commit comments

Comments
 (0)