Move blob from compiler/ to util/

There's nothing whatsoever compiler-specific about it other than that's
currently where it's used.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Jason Ekstrand
2019-09-18 14:32:00 -05:00
parent fc5a87715a
commit 0c4e89ad5b
15 changed files with 24 additions and 23 deletions

View File

@@ -24,8 +24,6 @@ inc_glsl = include_directories('glsl')
inc_spirv = include_directories('spirv')
files_libcompiler = files(
'blob.c',
'blob.h',
'builtin_type_macros.h',
'glsl_types.cpp',
'glsl_types.h',