diff options
author | Matt Turner <[email protected]> | 2017-11-16 11:43:51 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-11-17 12:14:38 -0800 |
commit | 821ec473a862762b3e9d4004d062293fa27e102b (patch) | |
tree | 3a39cb0087847445f3df1fc0459d2b49b945a751 /src/intel/compiler/meson.build | |
parent | 4f82b17287194ca7d10816f6cfe4712a3e0a03fc (diff) |
i965: Rename intel_asm_annotation -> brw_disasm_info
It was the only file named intel_* in the compiler.
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/compiler/meson.build')
-rw-r--r-- | src/intel/compiler/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/compiler/meson.build b/src/intel/compiler/meson.build index d6fb8f4a648..fe0a1f6e8ac 100644 --- a/src/intel/compiler/meson.build +++ b/src/intel/compiler/meson.build @@ -34,6 +34,8 @@ libintel_compiler_files = files( 'brw_dead_control_flow.cpp', 'brw_dead_control_flow.h', 'brw_disasm.c', + 'brw_disasm_info.c', + 'brw_disasm_info.h', 'brw_eu.c', 'brw_eu_compact.c', 'brw_eu_defines.h', @@ -112,8 +114,6 @@ libintel_compiler_files = files( 'brw_wm_iz.cpp', 'gen6_gs_visitor.cpp', 'gen6_gs_visitor.h', - 'intel_asm_annotation.c', - 'intel_asm_annotation.h', ) brw_nir_trig = custom_target( |