Skip to content
Snippets Groups Projects
Commit de8fd90e authored by Per Lindgren's avatar Per Lindgren
Browse files

udate to cstr_core 0.2.2

parents 02835397 d4d31ad0
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ Low-level bindings to LLVM-KLEE.
LLVM KLEE performs symbolic execution of LLVM-IR programs. For each path KLEE will generate a concrete test.
A path is termintated either by executing to end or hitting the `abort` symbol. We bind the Rust `panic_handler` to the `abort` symbol, thus any `panic!()` will result in path termination (and consequitively a concrete test).
A path is terminated either by executing to end or hitting the `abort` symbol. We bind the Rust `panic_handler` to the `abort` symbol, thus any `panic!()` will result in path termination (and consecutively a concrete test).
As `assert!()`/`assert_eq!()` etc. expands to conditional `panic!()`, thus a failing assertion will be caught.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment