diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-10-03 23:10:19 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2018-10-16 23:00:15 +0100 |
commit | 1b3290215a9b6f0c2017f0af5824413e77ce6d7b (patch) | |
tree | 6ea4cc93ea575c90bed5f0bf64c37dd6278926a4 /lib/Basic | |
parent | 224532d66198c80c89b6017e14de4bbed53e305e (diff) | |
download | klee-1b3290215a9b6f0c2017f0af5824413e77ce6d7b.tar.gz |
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant to have only solver options.
Diffstat (limited to 'lib/Basic')
-rw-r--r-- | lib/Basic/CmdLineOptions.cpp | 2 | ||||
-rw-r--r-- | lib/Basic/ConstructSolverChain.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Basic/CmdLineOptions.cpp b/lib/Basic/CmdLineOptions.cpp index 3c117db9..b4517d47 100644 --- a/lib/Basic/CmdLineOptions.cpp +++ b/lib/Basic/CmdLineOptions.cpp @@ -12,7 +12,7 @@ * data that are common to both KLEE and Kleaver. */ -#include "klee/CommandLine.h" +#include "klee/SolverCmdLine.h" #include "klee/Config/Version.h" #include "llvm/ADT/ArrayRef.h" diff --git a/lib/Basic/ConstructSolverChain.cpp b/lib/Basic/ConstructSolverChain.cpp index 50d81a25..5880ad59 100644 --- a/lib/Basic/ConstructSolverChain.cpp +++ b/lib/Basic/ConstructSolverChain.cpp @@ -11,7 +11,7 @@ * This file groups declarations that are common to both KLEE and Kleaver. */ #include "klee/Common.h" -#include "klee/CommandLine.h" +#include "klee/SolverCmdLine.h" #include "klee/Internal/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" |