diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-09-04 17:23:15 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-09-04 17:23:15 +0000 |
commit | 2461061168f4ac4ca8a1823768a00d1c63355b1b (patch) | |
tree | 4e38a76bbb1f43efde95d83428162d3cafeb3469 /lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py | |
parent | 40fe351cf699eda8d7d9a72c7bbbb37cef7f3164 (diff) | |
download | bcm5719-llvm-2461061168f4ac4ca8a1823768a00d1c63355b1b.tar.gz bcm5719-llvm-2461061168f4ac4ca8a1823768a00d1c63355b1b.zip |
Upstream macCatalyst support in debugserver and the macOS dynamic loader
plugin.
Unfortunately the test is currently XFAILed because of missing changes
to the clang driver.
Differential Revision: https://reviews.llvm.org/D67124
llvm-svn: 370931
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py index 464cdce5e9e..832096a0ff5 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py @@ -24,6 +24,7 @@ class TestGdbRemoteHostInfo(GdbRemoteTestCaseBase): "os_build", "os_kernel", "os_version", + "maccatalyst_version", "ptrsize", "triple", "vendor", |