Skip to content

Commit

Permalink
Merge branch 'main' into rust-toolchain-2022-11-20
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Nov 29, 2022
2 parents 83c1865 + 6869324 commit fe84d4c
Show file tree
Hide file tree
Showing 50 changed files with 382 additions and 2,225 deletions.
3 changes: 0 additions & 3 deletions cprover_bindings/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ pub fn machine_model_symbols(mm: &MachineModel) -> Vec<Symbol> {
pub fn additional_env_symbols() -> Vec<Symbol> {
vec![
Symbol::builtin_function("__CPROVER_initialize", vec![], Type::empty()),
// https://github.com/diffblue/cbmc/blob/b26d3479679574c6c179f911b488a314bc2f1085/src/util/config.h#L214
int_constant("__CPROVER_malloc_failure_mode_assert_then_assume", 2),
int_constant("__CPROVER_malloc_failure_mode_return_null", 1),
Symbol::typedef("__CPROVER_size_t", "__CPROVER_size_t", Type::size_t(), Location::none()),
Symbol::static_variable(
"__CPROVER_memory",
Expand Down
1 change: 0 additions & 1 deletion cprover_bindings/src/goto_program/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mod location;
mod stmt;
mod symbol;
mod symbol_table;
pub mod symtab_transformer;
mod typ;

pub use builtin::BuiltinFn;
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit fe84d4c

Please sign in to comment.