summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAlan Baker <alanbaker@google.com>2018-08-01 14:44:56 -0400
committerAlan Baker <alanbaker@google.com>2018-08-01 16:10:11 -0400
commitd49bedcaa68a907e2b201bc372d69256e50f2ab5 (patch)
tree25ecc096a35df8bab1d1cadba9de2f32aa0881a2 /Android.mk
parenta5a5ea0e2dfce9c755a88af1074ebe68a44d2ed9 (diff)
Move memory class instructions to new pass
* Refactored the Memory class of instructions in the spec out Id validation and into a new pass * Tests unmodified * some minor disassembly changes * minor style changes
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 a1cf282b..163f9a36 100644
--- a/Android.mk
+++ b/Android.mk
@@ -53,6 +53,7 @@ SPVTOOLS_SRC_FILES := \
source/val/validate_image.cpp \
source/val/validate_interfaces.cpp \
source/val/validate_instruction.cpp \
+ source/val/validate_memory.cpp \
source/val/validate_layout.cpp \
source/val/validate_literals.cpp \
source/val/validate_logicals.cpp \