[Lldb-commits] [PATCH] D53530: Fix (and improve) the support for C99 variable length array types
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 7 13:52:08 PST 2018
stella.stamenova added a comment.
TestVla fails on Windows: http://lab.llvm.org:8014/builders/lldb-x64-windows-ninja/builds/1129/steps/test/logs/stdio
AssertionError: False is not True : 'frame var vla' returns expected result, got '(int []) vla = {}'
I will have time to look in more detail later this week, but if you have any ideas in the mean time, that would be great.
Repository:
rL LLVM
https://reviews.llvm.org/D53530
More information about the lldb-commits
mailing list