[Lldb-commits] [PATCH] D131974: [lldb][ClangExpression] Add asm() label to all FunctionDecls we create from DWARF
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 16 09:11:32 PDT 2022
Michael137 added a comment.
Herald added a subscriber: JDevlieghere.
This implements @labath's suggestion from https://reviews.llvm.org/D131335
Following tests fail with this:
lang/cpp/extern_c/TestExternCSymbols.py
lang/cpp/namespace/TestNamespaceLookup.py
macosx/rosetta/TestRosetta.py
Investigating currently...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131974/new/
https://reviews.llvm.org/D131974
More information about the lldb-commits
mailing list