compiler/link: add linker_util.h, move linker_error/warning to it
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 28 Mar 2018 12:59:26 +0000 (14:59 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 21 Jun 2018 12:25:05 +0000 (14:25 +0200)
commitaa95f0bc5b05fdab4e258d02c1a69abd8317920e
treee85e93b3983eb68e032bd5532b1488fac354d502
parentb995bda9bca0d368f1433b153b64e5200d39bc1d
compiler/link: add linker_util.h, move linker_error/warning to it

Linker utilities common to the GLSL IR and NIR linker (the latter to
be used for ARB_gl_spirv).

We need to move it to a new header as the NIR linker doesn't need to
know about ir_variable, and others, included at linker.h.

v2: move from src/compiler to src/compiler/glsl (Timothy Arceri)

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/compiler/Makefile.sources
src/compiler/glsl/link_uniform_block_active_visitor.cpp
src/compiler/glsl/linker.h
src/compiler/glsl/linker_util.h [new file with mode: 0644]
src/compiler/glsl/meson.build
src/compiler/glsl/program.h