Skip to content
Snippets Groups Projects
Commit 122c67e7 authored by Tom Stellard's avatar Tom Stellard Committed by Ian Romanick
Browse files

gallivm: Fix build with LLVM >= r180063

(cherry picked from commit ead4db42)
parent 5c0f99fa
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,10 @@
#include <llvm/MC/MCRegisterInfo.h>
#endif /* HAVE_LLVM >= 0x0301 */
#if HAVE_LLVM >= 0x0303
#include <llvm/ADT/OwningPtr.h>
#endif
#include "util/u_math.h"
#include "util/u_debug.h"
......
......@@ -60,6 +60,10 @@
#include <llvm/Target/TargetSelect.h>
#endif /* HAVE_LLVM < 0x0300 */
#if HAVE_LLVM >= 0x0303
#include <llvm/Wrap.h>
#endif
#include "pipe/p_config.h"
#include "util/u_debug.h"
#include "util/u_cpu_detect.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment