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
Ruben Asplund
klee_tutorial
Commits
d9822a3f
Commit
d9822a3f
authored
4 years ago
by
Ruben Asplund
Browse files
Options
Downloads
Patches
Plain Diff
get_sign.rs DONE
parent
f9449edc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cargo_klee_examples/examples/get_sign.rs
+6
-2
6 additions, 2 deletions
cargo_klee_examples/examples/get_sign.rs
with
6 additions
and
2 deletions
cargo_klee_examples/examples/get_sign.rs
+
6
−
2
View file @
d9822a3f
...
@@ -91,7 +91,11 @@ fn main() {
...
@@ -91,7 +91,11 @@ fn main() {
// Try to follow the `klee-analysis` feature.
// Try to follow the `klee-analysis` feature.
// What modules in `klee-sys` does this feature enable?
// What modules in `klee-sys` does this feature enable?
//
//
// [your answer here]
// [
// mod lib_klee_analysis;
// pub mod ll; // low level bindings
// pub use lib_klee_analysis::*; // re-export functions and macros
// ]
//
//
// Have a look at the source code of `cargo klee`.
// Have a look at the source code of `cargo klee`.
// (The actual sub-command is in the folder `cargo-klee`.)
// (The actual sub-command is in the folder `cargo-klee`.)
...
@@ -99,7 +103,7 @@ fn main() {
...
@@ -99,7 +103,7 @@ fn main() {
// Try to figure out how the correct `.ll` file is determined.
// Try to figure out how the correct `.ll` file is determined.
// Which one will it pick, and why?
// Which one will it pick, and why?
//
//
// [
your answer here
]
// [
It will pick up the latest modified .ll file.
]
//
//
// Actually this is one of the "bad seeds" in the internal design.
// Actually this is one of the "bad seeds" in the internal design.
// Seems there is no "stable" way of controlling/retrieving the "metadata"
// Seems there is no "stable" way of controlling/retrieving the "metadata"
...
...
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