diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-27 16:23:50 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-27 16:23:50 +0000 |
commit | f8819bd510d4301cec54a252918b7f299dfd06e1 (patch) | |
tree | f56275aa6612e6159684236e8b0dd52a4ff2018f /lldb/packages/Python/lldbsuite | |
parent | a194656fa2452aba7bd3e46cd282d8e7f1aeab3f (diff) | |
download | bcm5719-llvm-f8819bd510d4301cec54a252918b7f299dfd06e1.tar.gz bcm5719-llvm-f8819bd510d4301cec54a252918b7f299dfd06e1.zip |
[Platform] Remove Kalimba Platform
This patch removes the Kalimba platform. For more information please
refer to the corresponding thread on the mailing list.
http://lists.llvm.org/pipermail/lldb-dev/2019-March/014921.html
llvm-svn: 357086
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py b/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py index 3cc87666d08..326c613d617 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py @@ -30,8 +30,6 @@ class TestImageListMultiArchitecture(TestBase): "hello-netbsd-6.1-x86_64-gcc-4.5.3": re.compile(r"x86_64-(\*)?-netbsd6.1.4(-unknown)? x86_64"), "hello-ubuntu-14.04-x86_64-gcc-4.8.2": re.compile(r"x86_64-(\*)?-linux(-unknown)? x86_64"), "hello-ubuntu-14.04-x86_64-clang-3.5pre": re.compile(r"x86_64-(\*)?-linux(-unknown)? x86_64"), - "hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba4-csr-(unknown|\*)(-unknown)? kalimba"), - "hello-unknown-kalimba_arch5-kcc-39": re.compile(r"kalimba5-csr-(unknown|\*)(-unknown)? kalimba"), } for image_name in images: |