summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorStephen Tozer <Stephen.Tozer@sony.com>2025-01-28 12:59:01 +0000
committerStephen Tozer <Stephen.Tozer@sony.com>2025-01-28 13:21:41 +0000
commit8ad9e1ecb7e565c2f99b4ef67517d1f37d1c80d0 (patch)
treeaa110ad64068c766116bc3f1f546d98b06ddf7b6 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent62c16d82194f4c209fe9431deddf302827d37fb4 (diff)
[Clang] Fix use of deprecated method and missing triple
Fixes two buildbot errors caused by 4424c44c (#110102): The first error, seen on some sanitizer bots: https://lab.llvm.org/buildbot/#/builders/51/builds/9901 The initial commit used the deprecated getDeclaration intrinsic instead of the non-deprecated getOrInsert- equivalent. This patch trivially updates the code in question to use the new intrinsic. The second error, seen on the clang-armv8-quick bot: https://lab.llvm.org/buildbot/#/builders/154/builds/10983 One of the tests depends on a particular triple to get the exact output expected by the test, but did not specify this triple; this patch adds the triple in question.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions