Fixed compilation in Linux. Have not tested it though.

This commit is contained in:
gopalsr83 2014-09-22 02:58:48 +05:30 committed by S Gopal Rajagopal
parent f210180aa6
commit d5e86f7190
2 changed files with 9 additions and 2 deletions

View file

@ -9,7 +9,7 @@
#include "llvm/CodeGen/MachineCodeInfo.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/Support/Filesystem.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Analysis/MemoryDependenceAnalysis.h"