diff options
author | Richard Trembecký <richardt@centrum.sk> | 2016-04-28 18:27:24 +0200 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-05-24 14:08:27 +0100 |
commit | 870f2d6aac35457e7524078a4b4a8b011f84c45c (patch) | |
tree | 8a71e5308e1e5f0fbae089dc8fef993169097fbf /tools | |
parent | 9388395c21e512796b39baca81324ffb7b70de60 (diff) | |
download | klee-870f2d6aac35457e7524078a4b4a8b011f84c45c.tar.gz |
llvm: make KLEE compile against LLVM 3.7
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/klee/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index 44bc5407..ab9dfe28 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -35,6 +35,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MemoryBuffer.h" +#include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/TargetSelect.h" |