projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcfbf4a
)
gallivm: Fix build with LLVM 3.3
author
Armin K
<krejzi@email.com>
Thu, 2 May 2013 10:55:04 +0000
(12:55 +0200)
committer
Tom Stellard
<thomas.stellard@amd.com>
Thu, 2 May 2013 16:00:37 +0000
(09:00 -0700)
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
index 717afa78074890c5f864a0ce931cdf723ebc4509..a531d98e881f5ed223f5e88df5c9eb6271bb4f7f 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
@@
-68,7
+68,9
@@
#endif /* HAVE_LLVM < 0x0300 */
#if HAVE_LLVM >= 0x0303
-#include <llvm/Wrap.h>
+#include <llvm/IR/IRBuilder.h>
+#include <llvm/IR/Module.h>
+#include <llvm/Support/CBindingWrapping.h>
#endif
#include "pipe/p_config.h"