summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py')
-rw-r--r--lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py b/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
index fb7a1c21d68..b9bd95c0569 100644
--- a/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
+++ b/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
@@ -27,6 +27,7 @@ class TestImageListMultiArchitecture(TestBase):
"hello-netbsd-6.1-x86_64-gcc-4.5.3": re.compile(r"x86_64-(unknown)?-netbsd x86_64"),
"hello-ubuntu-14.04-x86_64-gcc-4.8.2": re.compile(r"x86_64-(unknown)?-linux x86_64"),
"hello-ubuntu-14.04-x86_64-clang-3.5pre": re.compile(r"x86_64-(unknown)?-linux x86_64"),
+ "hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba-csr-unknown kalimba"),
}
for image_name in images:
OpenPOWER on IntegriCloud