Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
klee_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niklas Lundberg
klee_tutorial
Commits
d32e0fc4
Commit
d32e0fc4
authored
4 years ago
by
Blinningjr
Browse files
Options
Downloads
Patches
Plain Diff
Updated get_sign.rs
parent
42f97e92
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cargo_klee_examples/examples/get_sign.rs
+6
-4
6 additions, 4 deletions
cargo_klee_examples/examples/get_sign.rs
with
6 additions
and
4 deletions
cargo_klee_examples/examples/get_sign.rs
+
6
−
4
View file @
d32e0fc4
...
...
@@ -53,7 +53,7 @@ fn main() {
// Now locate the generated tests. Give the relative path to `klee-last`.
//
// [your answer here]
//
klee_tutorial/cargo_klee_examples/
target/debug/examples/klee-last/
// target/debug/examples/klee-last/
//
// B) Replay test cases
//
...
...
@@ -85,7 +85,7 @@ fn main() {
//
// [your answer here]
// There are a lot of flags in the command which makes it a bit long to write. Maybe add a new
// command for emitting llvm-ir files or maybe add a combinedflag that combines some of the flags
// command for emitting llvm-ir files or maybe add a combined
flag that combines some of the flags
// into one.
//
// C) Inner workings.
...
...
@@ -98,7 +98,7 @@ fn main() {
// What modules in `klee-sys` does this feature enable?
//
// [your answer here]
// ll and lib_klee_analysis
//
Modules
ll and lib_klee_analysis
//
// // re-exports for klee-analysis
// #[cfg(feature = "klee-analysis")]
...
...
@@ -116,7 +116,9 @@ fn main() {
// Which one will it pick, and why?
//
// [your answer here]
// It does a lookup from the parent file ".."
// It does a lookup from the parent file(../) of the example file(which is in
// target/debug/examples or target/release/examples) and searches for the
// most recent modified *.ll file.
//
// The Related code:
// let mut path: PathBuf = if is_example {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment