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

@@ -60,7 +60,7 @@
#ifdef LLVM_2_9
#include <llvm/Support/StandardPasses.h>
#else
#include <llvm/Support/PassManagerBuilder.h>
#include <llvm/Transforms/IPO/PassManagerBuilder.h>
#endif // LLVM_2_9
#endif // LLVM_2_8
#include <llvm/ADT/Triple.h>