Commit e2931b11 authored by Alexei Starovoitov's avatar Alexei Starovoitov

fix build with llvm 4.0

Signed-off-by: default avatarAlexei Starovoitov <ast@fb.com>
parent af3302d1
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include <clang/Frontend/FrontendDiagnostic.h> #include <clang/Frontend/FrontendDiagnostic.h>
#include <clang/Frontend/TextDiagnosticPrinter.h> #include <clang/Frontend/TextDiagnosticPrinter.h>
#include <clang/FrontendTool/Utils.h> #include <clang/FrontendTool/Utils.h>
#include <clang/Lex/PreprocessorOptions.h>
#include <llvm/IR/Module.h> #include <llvm/IR/Module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment