From 508d56ea83774a2af65e27ce0635840ed9898b49 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 6 Mar 2013 18:28:12 +0000 Subject: Patch by Tomek Kuchta which adds the --max-stp-time option to Kleaver. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@176571 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Core/Executor.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/Core') diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index b2ddb9b1..ec053597 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -201,11 +201,6 @@ namespace { cl::desc("Amount of time to dedicate to seeds, before normal search (default=0 (off))"), cl::init(0)); - cl::opt - MaxSTPTime("max-stp-time", - cl::desc("Maximum amount of time for a single query (default=0s (off)). Enables --use-forked-stp"), - cl::init(0.0)); - cl::opt StopAfterNInstructions("stop-after-n-instructions", cl::desc("Stop execution after specified number of instructions (default=0 (off))"), -- cgit 1.4.1