aboutsummaryrefslogtreecommitdiff
path: root/source/val/validate_extensions.cpp
diff options
context:
space:
mode:
authorBen Ashbaugh <ben.ashbaugh@intel.com>2021-07-02 05:53:18 -0700
committerGitHub <noreply@github.com>2021-07-02 08:53:18 -0400
commitc67f132087b92aa3e5e869dd300400669409c797 (patch)
tree841c051bddbef05a900338c1e5d7f9ea41014835 /source/val/validate_extensions.cpp
parent06f114d482143bd3c2fae6c8d8174a39521b09ce (diff)
downloadSPIRV-Tools-c67f132087b92aa3e5e869dd300400669409c797.tar.gz
add tests for SPV_KHR_bit_instructions (#4350)
Diffstat (limited to 'source/val/validate_extensions.cpp')
-rw-r--r--source/val/validate_extensions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/val/validate_extensions.cpp b/source/val/validate_extensions.cpp
index a7167fc1..b5b98783 100644
--- a/source/val/validate_extensions.cpp
+++ b/source/val/validate_extensions.cpp
@@ -3112,6 +3112,7 @@ spv_result_t ValidateExtInst(ValidationState_t& _, const Instruction* inst) {
case OpenCLDebugInfo100DebugMacroDef:
case OpenCLDebugInfo100DebugMacroUndef:
case OpenCLDebugInfo100DebugImportedEntity:
+ case OpenCLDebugInfo100DebugModuleINTEL:
break;
case OpenCLDebugInfo100InstructionsMax:
assert(0);