Skip to content

Commit 6ebff34

Browse files
Update lib/cbmc to cbmc#1419
1 parent a111150 commit 6ebff34

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

lib/cbmc

Submodule cbmc updated from 2b050a0 to f17599e

src/symex/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ OBJ += ../../$(CPROVER_DIR)/ansi-c/ansi-c$(LIBEXT) \
2020
../../$(CPROVER_DIR)/goto-symex/rewrite_union$(OBJEXT) \
2121
../../$(CPROVER_DIR)/pointer-analysis/dereference$(OBJEXT) \
2222
../../$(CPROVER_DIR)/goto-instrument/cover$(OBJEXT) \
23+
../../$(CPROVER_DIR)/goto-instrument/cover_basic_blocks$(OBJEXT) \
24+
../../$(CPROVER_DIR)/goto-instrument/cover_filter$(OBJEXT) \
25+
../../$(CPROVER_DIR)/goto-instrument/cover_instrument_branch$(OBJEXT) \
26+
../../$(CPROVER_DIR)/goto-instrument/cover_instrument_condition$(OBJEXT) \
27+
../../$(CPROVER_DIR)/goto-instrument/cover_instrument_decision$(OBJEXT) \
28+
../../$(CPROVER_DIR)/goto-instrument/cover_instrument_location$(OBJEXT) \
29+
../../$(CPROVER_DIR)/goto-instrument/cover_instrument_mcdc$(OBJEXT) \
30+
../../$(CPROVER_DIR)/goto-instrument/cover_instrument_other$(OBJEXT) \
31+
../../$(CPROVER_DIR)/goto-instrument/cover_util$(OBJEXT) \
2332
../../$(CPROVER_DIR)/path-symex/path-symex$(LIBEXT) \
2433
../../$(CPROVER_DIR)/miniz/miniz$(OBJEXT) \
2534
../../$(CPROVER_DIR)/json/json$(LIBEXT)

src/symex/symex_parse_options.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Author: Daniel Kroening, [email protected]
1717

1818
#include <goto-programs/goto_model.h>
1919
#include <goto-programs/show_goto_functions.h>
20+
#include <goto-programs/rebuild_goto_start_function.h>
2021

2122
#include <analyses/goto_check.h>
2223

0 commit comments

Comments
 (0)