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
+1 -1
View File
@@ -25,7 +25,7 @@
#define _NIR_SERIALIZE_H
#include "nir.h"
#include "compiler/blob.h"
#include "util/blob.h"
#ifdef __cplusplus
extern "C" {