Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralan-baker <33432579+alan-baker@users.noreply.github.com>2019-07-11 20:05:14 +0300
committerDavid Neto <dneto@google.com>2019-07-11 20:05:14 +0300
commit1a2de48a1294e1889affd7133fea3b45e970d12e (patch)
tree98f575841dbc53fd4465ec9c6c619c31197973c9 /Android.mk
parent327963765bdf175c304dd26ea36db5e9a0cd352b (diff)
Extra small storage validation (#2732)
Fixes #2729 * Check acceptable uses of small type generators
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 8e4437893..075dc61ef 100644
--- a/Android.mk
+++ b/Android.mk
@@ -70,6 +70,7 @@ SPVTOOLS_SRC_FILES := \
source/val/validate_non_uniform.cpp \
source/val/validate_primitives.cpp \
source/val/validate_scopes.cpp \
+ source/val/validate_small_type_uses.cpp \
source/val/validate_type.cpp
SPVTOOLS_OPT_SRC_FILES := \