about summary refs log tree commit diff homepage
path: root/unittests/DiscretePDF
AgeCommit message (Collapse)Author
2023-03-17[cmake] Use LLVM's CMake functionality onlyMartin 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).
2020-04-30Removed the Internal directory from include/kleeCristian Cadar
2018-06-14Add unittest for DiscretePDFMartin Nowack