mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-04 19:10:35 +02:00
gallivm: Rename lp_bld_misc -> lp_bld_init.
This commit is contained in:
parent
daf85c4608
commit
af36b050eb
4 changed files with 6 additions and 6 deletions
|
|
@ -158,7 +158,7 @@ GALLIVM_SOURCES = \
|
|||
gallivm/lp_bld_type.c
|
||||
|
||||
GALLIVM_CPP_SOURCES = \
|
||||
gallivm/lp_bld_misc.cpp
|
||||
gallivm/lp_bld_init.cpp
|
||||
|
||||
GENERATED_SOURCES = \
|
||||
indices/u_indices_gen.c \
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ if drawllvm:
|
|||
'gallivm/lp_bld_interp.c',
|
||||
'gallivm/lp_bld_intr.c',
|
||||
'gallivm/lp_bld_logic.c',
|
||||
'gallivm/lp_bld_misc.cpp',
|
||||
'gallivm/lp_bld_init.cpp',
|
||||
'gallivm/lp_bld_pack.c',
|
||||
'gallivm/lp_bld_sample.c',
|
||||
'gallivm/lp_bld_sample_soa.c',
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "pipe/p_config.h"
|
||||
|
||||
#include "lp_bld_misc.h"
|
||||
#include "lp_bld_init.h"
|
||||
|
||||
|
||||
#ifndef LLVM_NATIVE_ARCH
|
||||
|
|
@ -26,8 +26,8 @@
|
|||
**************************************************************************/
|
||||
|
||||
|
||||
#ifndef LP_BLD_MISC_H
|
||||
#define LP_BLD_MISC_H
|
||||
#ifndef LP_BLD_INIT_H
|
||||
#define LP_BLD_INIT_H
|
||||
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
|
|
@ -53,4 +53,4 @@ LLVMInitializeNativeTarget(void);
|
|||
#endif
|
||||
|
||||
|
||||
#endif /* !LP_BLD_MISC_H */
|
||||
#endif /* !LP_BLD_INIT_H */
|
||||
Loading…
Add table
Reference in a new issue