summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
diff options
context:
space:
mode:
authorerichkeane <ekeane@nvidia.com>2025-01-31 06:28:48 -0800
committererichkeane <ekeane@nvidia.com>2025-01-31 06:31:44 -0800
commitcf8c730ce931e0a38ce4bfd00660c5eacf10d992 (patch)
tree5df3810448686aa333b2f79bcad263e5c03988ed /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
parent1a314b2472a834466e728533ac8b540b1d0d9304 (diff)
Fix LinalgOps build error on older clang versions
As reported in the PR #123618, 0d4efa27252cbbea4b56 included a construction of a `FailureOr` object with a `nullptr`, which didn't work in at least clang-10. This patch changes it into a constructor call instead of a brace-init call so that it is unambiguous.
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions