Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Sep 27, 2024
1 parent 9294590 commit eac417a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion kani-compiler/src/codegen_aeneas_llbc/mir_to_ullbc/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
// Modifications Copyright Kani Contributors
// See GitHub history for details.

//! This module contains a context for translating stable MIR into Charon's
//! unstructured low-level borrow calculus (ULLBC)
Expand Down
2 changes: 0 additions & 2 deletions kani-driver/src/call_single_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ impl KaniSession {
kani_args.push(format!("--reachability={}", self.reachability_mode()));
if self.args.common_args.unstable_features.contains(UnstableFeature::Aeneas) {
kani_args.push("--backend=aeneas".into());
} else {
kani_args.push("--backend=cprover".into());
}

let lib_path = lib_folder().unwrap();
Expand Down

0 comments on commit eac417a

Please sign in to comment.