[Lldb-commits] [PATCH] D121605: [lldb/test] Make category-skipping logic "platform"-independent

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 14 09:09:22 PDT 2022


labath added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/lldbplatformutil.py:125
 
 def getPlatform():
     """Returns the target platform which the tests are running on."""
----------------
I'm not sure if this will work for all apple platforms. Can I assume all of them have `configuration.apple_sdk` set?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121605



More information about the lldb-commits mailing list