mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
intel/brw: Use brw_analysis prefix for def analysis file
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33048>
This commit is contained in:
parent
e0614e8ea1
commit
6a23749332
2 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ intel_nir_files = files(
|
|||
|
||||
libintel_compiler_brw_files = files(
|
||||
'brw_analysis.h',
|
||||
'brw_analysis_def.cpp',
|
||||
'brw_analysis_liveness.cpp',
|
||||
'brw_builder.cpp',
|
||||
'brw_builder.h',
|
||||
|
|
@ -38,7 +39,6 @@ libintel_compiler_brw_files = files(
|
|||
'brw_compiler.c',
|
||||
'brw_compiler.h',
|
||||
'brw_debug_recompile.c',
|
||||
'brw_def_analysis.cpp',
|
||||
'brw_disasm.c',
|
||||
'brw_disasm_info.cpp',
|
||||
'brw_disasm_info.h',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue