Re: [Mesa-dev] [PATCH] libclc: Fix libclc build for LLVM 3.3

2013-03-08 Thread Tom Stellard
On Fri, Mar 08, 2013 at 09:11:48AM -0600, Aaron Watry wrote: > LLVM moved a bunch of IR-related headers for version 3.3. > > This fixes the libclc build to follow suit. > A fix for this has been sitting on the libclc mailing list for a weeks. I will try to update my branch. -Tom > --- > utils

[Mesa-dev] [PATCH] libclc: Fix libclc build for LLVM 3.3

2013-03-08 Thread Aaron Watry
LLVM moved a bunch of IR-related headers for version 3.3. This fixes the libclc build to follow suit. --- utils/prepare-builtins.cpp | 12 1 file changed, 12 insertions(+) diff --git a/utils/prepare-builtins.cpp b/utils/prepare-builtins.cpp index ae7731b..0141484 100644 --- a/uti