aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2022-01-31 18:27:39 -0800
committerDavid Blaikie <dblaikie@gmail.com>2022-02-01 16:13:07 -0800
commitf69f23396d32c95dacf3765bc63af02b23ccff3e (patch)
tree3d543be388d29aec45658770830777442db8b8a9 /lldb/source/Plugins/ScriptInterpreter/Python
parentd7dd7ad827a0a78314f3c9b55f4778a6059840f3 (diff)
downloadllvm-f69f23396d32c95dacf3765bc63af02b23ccff3e.zip
llvm-f69f23396d32c95dacf3765bc63af02b23ccff3e.tar.gz
llvm-f69f23396d32c95dacf3765bc63af02b23ccff3e.tar.bz2
Revert "DebugInfo: Don't put types in type units if they reference internal linkage types"
This reverts commit ab4756338c5b2216d52d9152b2f7e65f233c4dac. Breaks some cases, including this: namespace { template <typename> struct a {}; } // namespace class c { c(); }; class b { b(); a<c> ax; }; b::b() {} c::c() {} By producing a reference to a type unit for "c" but not producing the type unit.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions