Avoid using a variable-sized array for a tiny allocation.
authorSterling Augustine <saugustine@google.com>
Tue, 15 Mar 2022 19:48:31 +0000 (12:48 -0700)
committerSterling Augustine <saugustine@google.com>
Tue, 15 Mar 2022 20:00:14 +0000 (13:00 -0700)
commit7518e0ff63cdee4b4082e918e1b5603115777d9b
tree043e5b6ef8d422aa74f46f19980f2d28f63cc270
parent8e776bb660dda6c51ce7ca6cea641db1f47aa9cf
Avoid using a variable-sized array for a tiny allocation.

Differential Revision: https://reviews.llvm.org/D121732
lldb/source/Expression/DWARFExpression.cpp