[lldb] The os and version are not separate components in the triple
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 27 Oct 2021 23:15:49 +0000 (16:15 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 27 Oct 2021 23:40:20 +0000 (16:40 -0700)
commit2c350730ca8b75727188139f033a7bd60d9383c7
tree0286f16ecbb7c81aec24ccacca30f642e9f1ef6a
parent20675d8f7dab293172266fdde426c2173b5b3997
[lldb] The os and version are not separate components in the triple

Create a valid triple in the Darwin builder. Currently it was
incorrectly treating the os and version as two separate components in
the triple.

Differential revision: https://reviews.llvm.org/D112676
lldb/packages/Python/lldbsuite/test/builders/darwin.py