[Lldb-commits] [PATCH] D131335: [lldb] abi_tag support 3/3 - Use mangle tree API to determine approximate mangled matches
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 16 08:31:41 PDT 2022
Michael137 added inline comments.
================
Comment at: lldb/test/API/lang/cpp/abi_tag_lookup/TestAbiTagLookup.py:14
+ @skipIfWindows
+ @expectedFailureAll(debug_info=["dwarf", "gmodules", "dwo"])
+ def test_abi_tag_lookup(self):
----------------
labath wrote:
> This means the test is only expected to pass with the `dsym` debug info flavour. Is that really what you wanted to say?
Yup this was intentional. All these suffer from issues with unqualified lookup due to the way we construct the template decls
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131335/new/
https://reviews.llvm.org/D131335
More information about the lldb-commits
mailing list