diff options
| author | David Blaikie <dblaikie@gmail.com> | 2022-01-31 18:27:39 -0800 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2022-02-01 16:13:07 -0800 |
| commit | f69f23396d32c95dacf3765bc63af02b23ccff3e (patch) | |
| tree | 3d543be388d29aec45658770830777442db8b8a9 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
| parent | d7dd7ad827a0a78314f3c9b55f4778a6059840f3 (diff) | |
| download | llvm-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/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions
