Module: Mesa
Branch: master
Commit: 777a7f2003f260cc383f14029413f48101ae5718
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=777a7f2003f260cc383f14029413f48101ae5718

Author: Mike Lothian <m...@fireburn.co.uk>
Date:   Mon Apr  1 10:50:23 2013 -0700

clover: Fix build with LLVM 3.3

---

 .../state_trackers/clover/llvm/invocation.cpp      |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp 
b/src/gallium/state_trackers/clover/llvm/invocation.cpp
index 2785d10..1cad15c 100644
--- a/src/gallium/state_trackers/clover/llvm/invocation.cpp
+++ b/src/gallium/state_trackers/clover/llvm/invocation.cpp
@@ -37,7 +37,8 @@
 #include <llvm/IR/DerivedTypes.h>
 #include <llvm/IR/LLVMContext.h>
 #include <llvm/IR/Module.h>
-#include <llvm/Support/IRReader.h>
+#include <llvm/Support/SourceMgr.h>
+#include <llvm/IRReader/IRReader.h>
 #endif
 #include <llvm/PassManager.h>
 #include <llvm/Support/TargetSelect.h>

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to