[Lldb-commits] [PATCH] D112676: [lldb] The os and version are not separate components in the triple
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 27 16:39:44 PDT 2021
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/builders/darwin.py:62
+ component = [arch, vendor, os + version]
+ if env:
+ components.append(env)
----------------
aprantl wrote:
> So this tests for the empty string?
It tests for both, but None is already caught earlier.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112676/new/
https://reviews.llvm.org/D112676
More information about the lldb-commits
mailing list