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:
@@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
#include "brw_compiler.h"
|
||||
#include "common/gen_debug.h"
|
||||
#include "dev/gen_debug.h"
|
||||
|
||||
static inline void
|
||||
assign_vue_slot(struct brw_vue_map *vue_map, int varying, int slot)
|
||||
|
Reference in New Issue
Block a user