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

running klee

parent 75988f86
Branches
Tags
No related merge requests found
...@@ -26,6 +26,10 @@ int main() ...@@ -26,6 +26,10 @@ int main()
// A) Compiling into LLVM bitcode // A) Compiling into LLVM bitcode
// > clang -emit-llvm -c get_sign.c // > clang -emit-llvm -c get_sign.c
// //
// Now you can run Klee on your generated bitcode.
//
// > klee get_sign.bc
//
// [your answer here] // [your answer here]
// //
// B) Inspecting the output // B) Inspecting the output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment