about summary refs log tree commit diff homepage
path: root/tools/klee-replay/fd_init.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-05 03:22:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-05 03:22:27 +0000
commit201361b4e7e7f595757d121f4fbbe995b325f0f6 (patch)
treed72953a28b107e0b35888184b56abba1aaf9488c /tools/klee-replay/fd_init.c
parent928784d387e55381aa407dc168bcf422dc40a69c (diff)
downloadklee-201361b4e7e7f595757d121f4fbbe995b325f0f6.tar.gz
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
Diffstat (limited to 'tools/klee-replay/fd_init.c')
-rw-r--r--tools/klee-replay/fd_init.c1
1 files changed, 1 insertions, 0 deletions
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"