about summary refs log tree commit diff homepage
path: root/lib/Support/FileHandling.cpp
AgeCommit message (Collapse)Author
2017-07-23Remove support for LLVM < 3.4Martin Nowack
Request LLVM 3.4 as minimal requirement for KLEE
2017-06-01Refactor file opening code out of `main.cpp` and intoDan Liew
`klee_open_output_file()` function so that it can be used by the Z3Solver.