[PATCH] D53530: Fix (and improve) the support for C99 variable length array types
Mailing List "llvm-commits" via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 7 15:05:17 PST 2018
llvm-commits added a subscriber: clayborg.
llvm-commits added a comment.
For dotest style tests, the debug format to test is chosen by the test driver. All the tests should run with any format, but sometimes there are bugs in one reader or another (or in one version of DWARF or another) so you can skip or xfail a test based on format. Sounds like this test should be skipped when the debug format is PDB, since it seems like either the PDB format doesn't express a way to find the actual size of the vla (or the current PDB reader doesn't process those records).
Jim
Repository:
rL LLVM
https://reviews.llvm.org/D53530
More information about the llvm-commits
mailing list