Commit 8e94981 1 parent 3fc85fa commit 8e94981 Copy full SHA for 8e94981
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ module ID = IntDomain.IntDomWithDefaultIkind (IntDomain.IntDomLifter (IntDomain.
6
6
module Offs = Offset. MakeLattice (ID )
7
7
module LV = AddressDomain. AddressLattice (Mval. MakeLattice (Offs ))
8
8
9
+ let () = Cilfacade. init () (* ensure ptrdiff ikind is available *)
10
+
9
11
let ikind = IntDomain.PtrDiffIkind. ikind ()
10
12
11
13
let a_var = Cil. makeGlobalVar " a" Cil. intPtrType
Original file line number Diff line number Diff line change 2
2
3
3
(test
4
4
(name mainTest)
5
- (libraries ounit2 qcheck-ounit goblint.std goblint.lib goblint.constraint goblint.solver goblint.cdomain.value goblint.sites.dune goblint.build-info.dune)
5
+ (libraries ounit2 qcheck-ounit goblint.std goblint.common goblint. lib goblint.constraint goblint.solver goblint.cdomain.value goblint.sites.dune goblint.build-info.dune)
6
6
(preprocess (pps ppx_deriving.std ppx_deriving_hash ppx_deriving_yojson))
7
7
(flags :standard -linkall))
8
8
You can’t perform that action at this time.
0 commit comments