Fixes to build with latest LLVM ToT

This commit is contained in:
Matt Pharr
2011-08-18 08:34:49 +01:00
parent 74c2c8ae07
commit fe54f1ad8e
3 changed files with 4 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
#include <llvm/Intrinsics.h>
#include <llvm/Linker.h>
#include <llvm/Target/TargetMachine.h>
#include <llvm/Target/SubtargetFeature.h>
#include <llvm/ADT/Triple.h>
#include <llvm/Support/MemoryBuffer.h>
#include <llvm/Bitcode/ReaderWriter.h>