Skip to content

Commit

Permalink
Merge pull request #39 from goblint/rm-libmaincil
Browse files Browse the repository at this point in the history
Adapt to removed `Libmaincil` module
  • Loading branch information
sim642 authored Feb 13, 2024
2 parents 7cfdafd + 120fd28 commit f873913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.re
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ let renumber_goblint_analyses = registered_name => {
};

let init_goblint = (solver, spec, registered_name, config, cil) => {
Cilfacade.init();
AfterConfig.run(); // This registers the "base" analysis

try(renumber_goblint_analyses(registered_name)) {
Expand Down Expand Up @@ -67,7 +68,6 @@ let init_goblint = (solver, spec, registered_name, config, cil) => {

GobConfig.set_auto("trans.activated[+]", "'expeval'");

Cilfacade.init();
Maingoblint.handle_extraspecials();
Maingoblint.handle_flags();

Expand Down
1 change: 1 addition & 0 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
yojson
zarith
zarith_stubs_js)
(flags :standard -linkall)
(js_of_ocaml
(javascript_files
../runtime/stubs.js
Expand Down

0 comments on commit f873913

Please sign in to comment.