mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
Adopt llvm to some of the latest changes.
This commit is contained in:
parent
63a9d835ce
commit
a0dacbf369
3 changed files with 7 additions and 7 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#ifdef MESA_LLVM
|
||||
|
||||
#include "pipe/llvm/gallivm.h"
|
||||
#include "pipe/tgsi/exec/tgsi_core.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
|
||||
#define DBG 0
|
||||
|
||||
|
|
|
|||
|
|
@ -37,12 +37,12 @@
|
|||
#include "storage.h"
|
||||
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#include "pipe/tgsi/util/tgsi_parse.h"
|
||||
#include "pipe/tgsi/exec/tgsi_exec.h"
|
||||
#include "pipe/tgsi/exec/tgsi_token.h"
|
||||
#include "pipe/tgsi/exec/tgsi_build.h"
|
||||
#include "pipe/tgsi/exec/tgsi_util.h"
|
||||
#include "pipe/tgsi/exec/tgsi_parse.h"
|
||||
#include "pipe/tgsi/exec/tgsi_dump.h"
|
||||
#include "pipe/tgsi/util/tgsi_util.h"
|
||||
#include "pipe/tgsi/util/tgsi_build.h"
|
||||
#include "pipe/tgsi/util/tgsi_dump.h"
|
||||
|
||||
#include <llvm/Module.h>
|
||||
#include <llvm/CallingConv.h>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include "storage.h"
|
||||
|
||||
#include "pipe/tgsi/exec/tgsi_token.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#include <llvm/BasicBlock.h>
|
||||
#include <llvm/Module.h>
|
||||
#include <llvm/Value.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue