[Lldb-commits] [PATCH] D92425: [lldb] Don't reject empty or unnamed template parameter packs
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 2 09:41:36 PST 2020
stella.stamenova added a comment.
This caused failures on the Windows lldb buildbot:
http://lab.llvm.org:8011/#/builders/83/builds/1294
Tests have to have unique names, so the two new added tests that use TestCase as the class name are both trying to write to the same log file and failing to do so.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92425/new/
https://reviews.llvm.org/D92425
More information about the lldb-commits
mailing list