mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
radeon: Fix build with LLVM 3.3
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
4742f9b00b
commit
cd84353d57
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include <llvm/PassManager.h>
|
||||
#include <llvm/ADT/Triple.h>
|
||||
#include <llvm/Support/CBindingWrapping.h>
|
||||
#include <llvm/Support/FormattedStream.h>
|
||||
#include <llvm/Support/Host.h>
|
||||
#include <llvm/Support/SourceMgr.h>
|
||||
|
|
@ -47,7 +48,6 @@
|
|||
#include <llvm/Support/Threading.h>
|
||||
#include <llvm/Target/TargetMachine.h>
|
||||
#include <llvm/Transforms/Scalar.h>
|
||||
#include <llvm/Wrap.h>
|
||||
#include <llvm-c/Target.h>
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue