[Lldb-commits] [PATCH] D102685: [lldb] Encode `bool` as unsigned int

Andy Yankovsky via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 18 06:39:33 PDT 2021


werat marked 2 inline comments as done.
werat added a comment.

Thanks for a quick review!



================
Comment at: lldb/test/API/lang/cpp/bitfields/TestCppBitfields.py:21
-    # (http://llvm.org/pr21800)
-    @skipIfWindows
     def test_and_run_command(self):
----------------
teemperor wrote:
> Please land that as it's own commit (from what I understand from the bug report this worked before and you just remove the skipIf here)
Okay, will submit this in a follow up commit


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102685/new/

https://reviews.llvm.org/D102685



More information about the lldb-commits mailing list