From 201361b4e7e7f595757d121f4fbbe995b325f0f6 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 5 Aug 2009 03:22:27 +0000 Subject: Add klee-replay tool. - Not yet enabled as part of the build, and not recently tested. - This has also been trimmed down significantly from the version which is able to fail system calls, that functionality was too experimental to be generally useful. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@78148 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/klee-replay/fd_init.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/klee-replay/fd_init.c (limited to 'tools/klee-replay/fd_init.c') diff --git a/tools/klee-replay/fd_init.c b/tools/klee-replay/fd_init.c new file mode 100644 index 00000000..e1dda970 --- /dev/null +++ b/tools/klee-replay/fd_init.c @@ -0,0 +1 @@ +#include "../../runtime/POSIX/fd_init.c" -- cgit 1.4.1