From 1b3290215a9b6f0c2017f0af5824413e77ce6d7b Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 3 Oct 2018 23:10:19 +0100 Subject: Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant to have only solver options. --- lib/Core/Executor.cpp | 2 +- lib/Core/SpecialFunctionHandler.cpp | 2 +- lib/Core/UserSearcher.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Core') diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 3e37a6c6..4b57ccf9 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -28,7 +28,7 @@ #include "klee/Expr.h" #include "klee/Interpreter.h" #include "klee/TimerStatIncrementer.h" -#include "klee/CommandLine.h" +#include "klee/SolverCmdLine.h" #include "klee/Common.h" #include "klee/util/Assignment.h" #include "klee/util/ExprPPrinter.h" diff --git a/lib/Core/SpecialFunctionHandler.cpp b/lib/Core/SpecialFunctionHandler.cpp index 3b281d66..8752c2c8 100644 --- a/lib/Core/SpecialFunctionHandler.cpp +++ b/lib/Core/SpecialFunctionHandler.cpp @@ -22,7 +22,7 @@ #include "Executor.h" #include "MemoryManager.h" -#include "klee/CommandLine.h" +#include "klee/SolverCmdLine.h" #include "llvm/IR/Module.h" #include "llvm/ADT/Twine.h" diff --git a/lib/Core/UserSearcher.cpp b/lib/Core/UserSearcher.cpp index 5e88df7c..aa90c401 100644 --- a/lib/Core/UserSearcher.cpp +++ b/lib/Core/UserSearcher.cpp @@ -13,7 +13,7 @@ #include "Executor.h" #include "klee/Internal/Support/ErrorHandling.h" -#include "klee/CommandLine.h" +#include "klee/SolverCmdLine.h" #include "klee/MergeHandler.h" -- cgit 1.4.1