Fixed build warnings.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167065 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/Target.cpp b/source/Target/Target.cpp
index 33d0ffd..fa9fb54 100644
--- a/source/Target/Target.cpp
+++ b/source/Target/Target.cpp
@@ -1711,6 +1711,7 @@
// we don't do anything with these for now
break;
case Value::eValueTypeScalar:
+ case Value::eValueTypeVector:
clang_expr_variable_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated;
clang_expr_variable_sp->m_flags |= ClangExpressionVariable::EVNeedsAllocation;
break;