summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAlex Richardson <alexrichardson@google.com>2023-01-06 13:20:11 +0000
committerAlex Richardson <alexrichardson@google.com>2023-01-06 13:35:43 +0000
commit1b440155c11c373c00c872abf41c47a01946a234 (patch)
tree23f6cdef2e4d4dc59a6592d3bec83dd88b8be2cd /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent4abc820c667179e2bd72cb410185e7036b1d1cf4 (diff)
Make switch-to-lookup-large-types.ll more reliable
When larger integer types are natively supported simplifycfg will use an inline constant instead of a global variable for this transform. I noticed this while trying to automatically infer the datalayout from the target triple in opt if it is not explicitly specified. Since the x86_64 datalayout includes "n8:16:32:64", this test started failing. While touching this file also change i128 to i64 in the first test since this was intended behaviour in the original commit. Reviewed By: spatel, fhahn Differential Revision: https://reviews.llvm.org/D141055
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions