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 <alanbaker@google.com>2019-09-25 00:55:12 +0300
committerGitHub <noreply@github.com>2019-09-25 00:55:12 +0300
commit527a689307a4c15a0a910007327783a1435ac101 (patch)
tree159e8766f7a1466106e042958f0437ee46153680 /Android.mk
parent55ea57a78508e0b379f20f0726b432485b93604b (diff)
Remove validate_datarules.cpp (#2911)
* Checks moved into individual opcode validation * removes duplicated checks * Add check that forward pointer points to struct
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2eb43682d..cb7062c2d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -49,7 +49,6 @@ SPVTOOLS_SRC_FILES := \
source/val/validate_composites.cpp \
source/val/validate_constants.cpp \
source/val/validate_conversion.cpp \
- source/val/validate_datarules.cpp \
source/val/validate_debug.cpp \
source/val/validate_decorations.cpp \
source/val/validate_derivatives.cpp \