[Mesa-dev] [PATCH] Fix Clover build with latest LLVM 3.3 snapshot

Mike Lothian mike at fireburn.co.uk
Sun Mar 31 05:21:31 PDT 2013


I've already posted this

Clover seems to be working as well as it normally does


On 31 March 2013 11:00, Armin K <krejzi at email.com> wrote:

> Build tested only.
> ---
>  src/gallium/state_trackers/clover/llvm/invocation.cpp | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp
> b/src/gallium/state_trackers/clover/llvm/invocation.cpp
> index 2785d10..7971bd9 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/IRReader/IRReader.h>
> +#include <llvm/Support/SourceMgr.h>
>  #endif
>  #include <llvm/PassManager.h>
>  #include <llvm/Support/TargetSelect.h>
> --
> 1.8.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130331/5ae22147/attachment-0001.html>


More information about the mesa-dev mailing list