Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-17 | [cmake] Use LLVM's CMake functionality only | Martin Nowack | |
LLVM became more complex, use LLVM's CMake functionality directly instead of replicating this behaviour in KLEE's build system. Use the correct build flags provided by LLVM itself. This is influenced by the way LLVM is built in the first place. Remove older CMake support (< 3.0). | |||
2019-09-03 | Moved ConstructSolverChain.cpp to the Solver library. | Cristian Cadar | |
2017-07-19 | Added some unit tests for TreeStream: one testing some basic behaviour, the ↵ | Cristian Cadar | |
other a regression test for #562 |