intel/common: move gen_debug to intel/dev
libintel_common depends on libintel_compiler, but it contains debug functionality that is needed by libintel_compiler. Break the circular dependency by moving gen_debug files to libintel_dev. Suggested-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "brw_cfg.h"
|
||||
#include "brw_eu.h"
|
||||
#include "brw_disasm_info.h"
|
||||
#include "common/gen_debug.h"
|
||||
#include "dev/gen_debug.h"
|
||||
#include "compiler/nir/nir.h"
|
||||
|
||||
__attribute__((weak)) void nir_print_instr(UNUSED const nir_instr *instr,
|
||||
|
Reference in New Issue
Block a user