summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2018-09-14 18:55:31 +0000
committerDavide Italiano <davide@freebsd.org>2018-09-14 18:55:31 +0000
commit5f6789ef6e40a52451dda715839f24b75dfadfc2 (patch)
tree36bc037d2658865871280866b138dbeda8197e9b /lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
parent0be9c4e8d63b7d8cf02c8c8aae375277b20cd1ac (diff)
downloadbcm5719-llvm-5f6789ef6e40a52451dda715839f24b75dfadfc2.tar.gz
bcm5719-llvm-5f6789ef6e40a52451dda715839f24b75dfadfc2.zip
[IRInterpreter] Fall back to JIT with 128-bit values.
They're not that common, and falling back is definitely better than throwing an error instead of the result. If we feel motivated, we might end up implementing support for these, but it's unclear whether it's worth the effort/complexity. Fixes PR38925. <rdar://problem/44436068> llvm-svn: 342262
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py b/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
new file mode 100644
index 00000000000..03424658f3e
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
@@ -0,0 +1,4 @@
+from lldbsuite.test import lldbinline
+from lldbsuite.test import decorators
+
+lldbinline.MakeInlineTest(__file__, globals(), None)
OpenPOWER on IntegriCloud