[Lldb-commits] [PATCH] D138612: [lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIE
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 25 12:14:09 PST 2022
jasonmolenda added a comment.
Reverted for now.
commit 1df47dbe131d2aed676d9d5e0441ff4b61fec018
Author: Jason Molenda <jason at molenda.com>
Date: Fri Nov 25 12:11:37 2022 -0800
Revert "[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIE"
The changes in https://reviews.llvm.org/D138612 cause a testsuite
failure on Darwin systems in TestCPPAccelerator.py, first flagged
by the "LLDB Incremental" CI bot.
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/
with the specific failure text appended to the phabracator.
This reverts commit c3c423b6cb2e1c00483e951ce8cc4d935e31cd14.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138612/new/
https://reviews.llvm.org/D138612
More information about the lldb-commits
mailing list