[Lldb-commits] [PATCH] D59847: Regression test to ensure that we handling importing of std::vector of enums correctly
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 28 13:17:27 PDT 2019
shafik added a comment.
In D59847#1446571 <https://reviews.llvm.org/D59847#1446571>, @stella.stamenova wrote:
> This is causing failures on the windows bot. Please fix it or revert it.
>
> http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/3066
I think I know why this is breaking, it relies on the formatter for `std::vector` I believe add the `"libc++"` test category should fix this, let me work on getting that fix in.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59847/new/
https://reviews.llvm.org/D59847
More information about the lldb-commits
mailing list