diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-08-15 22:29:59 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-09-03 13:38:23 +0100 |
commit | b084092bcc2e5cb69e80a9a0ecd9340ec4c4458c (patch) | |
tree | 1a129407113a2561d33c799d6fce017e20d5b8f4 | |
parent | 8a531bf8f276274b146dbb245293b06d31dfaef4 (diff) | |
download | klee-b084092bcc2e5cb69e80a9a0ecd9340ec4c4458c.tar.gz |
Renamed CmdLineOptions.cpp to SolverCmdLine.cpp (in line with the associated header SolverCmdLine.h) and moved it to the Solver library.
-rw-r--r-- | lib/Basic/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/Solver/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/Solver/SolverCmdLine.cpp (renamed from lib/Basic/CmdLineOptions.cpp) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/CMakeLists.txt b/lib/Basic/CMakeLists.txt index d0a309c9..78890ea6 100644 --- a/lib/Basic/CMakeLists.txt +++ b/lib/Basic/CMakeLists.txt @@ -7,7 +7,6 @@ # #===------------------------------------------------------------------------===# klee_add_component(kleeBasic - CmdLineOptions.cpp ConstructSolverChain.cpp KTest.cpp Statistics.cpp diff --git a/lib/Solver/CMakeLists.txt b/lib/Solver/CMakeLists.txt index d9c393fb..f4cfa738 100644 --- a/lib/Solver/CMakeLists.txt +++ b/lib/Solver/CMakeLists.txt @@ -21,6 +21,7 @@ klee_add_component(kleaverSolver QueryLoggingSolver.cpp SMTLIBLoggingSolver.cpp Solver.cpp + SolverCmdLine.cpp SolverImpl.cpp SolverStats.cpp STPBuilder.cpp diff --git a/lib/Basic/CmdLineOptions.cpp b/lib/Solver/SolverCmdLine.cpp index 9e190840..9e190840 100644 --- a/lib/Basic/CmdLineOptions.cpp +++ b/lib/Solver/SolverCmdLine.cpp |