[Lldb-commits] [PATCH] D112676: [lldb] The os and version are not separate components in the triple

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 27 16:39:10 PDT 2021


aprantl added a comment.

thanks!



================
Comment at: lldb/packages/Python/lldbsuite/test/builders/darwin.py:62
+    component = [arch, vendor, os + version]
+    if env:
+        components.append(env)
----------------
So this tests for the empty string?


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

https://reviews.llvm.org/D112676



More information about the lldb-commits mailing list