From 4316936f20713742b1fdf9070505efbc9596ccb6 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 24 Oct 2012 15:27:43 +0000 Subject: Patch by Jonathan Neuschäfer fixing inconsistency in Tutorial 1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@166574 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/Tutorial-1.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/Tutorial-1.html') diff --git a/www/Tutorial-1.html b/www/Tutorial-1.html index beb306e6..27d3c567 100644 --- a/www/Tutorial-1.html +++ b/www/Tutorial-1.html @@ -59,14 +59,14 @@ KLEE operates on LLVM bitcode. To run a program with KLEE, you first compile it to LLVM bitcode using llvm-gcc - --emit-llvm. Assuming our code is stored in demo.c, + --emit-llvm. Assuming our code is stored in get_sign.c, we run:
llvm-gcc --emit-llvm -c -g get_sign.c
- to generate the LLVM bitcode file demo.o. + to generate the LLVM bitcode file get_sign.o. It is useful to (1) build with -g to add debug information to the bitcode file, which we use to generate source line level -- cgit 1.4.1