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:
Mark Janes
2019-04-05 15:39:51 -07:00
parent 03d6d01fe2
commit 2393cc7f00
29 changed files with 29 additions and 29 deletions

View File

@@ -24,7 +24,7 @@
#include "brw_compiler.h"
#include "brw_eu.h"
#include "common/gen_debug.h"
#include "dev/gen_debug.h"
struct brw_sf_compile {
struct brw_codegen func;