diff options
author | MartinNowack <martin.nowack@gmail.com> | 2016-07-08 20:31:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 20:31:33 +0200 |
commit | 784bbc141946e9c77849cbba13563fd8d0b27c0f (patch) | |
tree | 872ce7432af8b5b0757fbb71d0d39eb9da107238 /lib/Solver/QueryLoggingSolver.h | |
parent | 7b98c15e45c5d38e9fa9094bbe4f64cd8829675c (diff) | |
parent | 00cdc62b7a8df39d13f734ecc77077e427912f64 (diff) | |
download | klee-784bbc141946e9c77849cbba13563fd8d0b27c0f.tar.gz |
Merge pull request #391 from MartinNowack/feat_zipstream_compress
Support gzip-based compression of raw_outstreams
Diffstat (limited to 'lib/Solver/QueryLoggingSolver.h')
-rw-r--r-- | lib/Solver/QueryLoggingSolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Solver/QueryLoggingSolver.h b/lib/Solver/QueryLoggingSolver.h index bb266c67..7ac783d1 100644 --- a/lib/Solver/QueryLoggingSolver.h +++ b/lib/Solver/QueryLoggingSolver.h @@ -26,7 +26,7 @@ class QueryLoggingSolver : public SolverImpl { protected: Solver *solver; std::string ErrorInfo; - llvm::raw_fd_ostream os; + llvm::raw_ostream *os; // @brief Buffer used by logBuffer std::string BufferString; // @brief buffer to store logs before flushing to file |