Skip to content
Commit f69f2339 authored by David Blaikie's avatar David Blaikie
Browse files

Revert "DebugInfo: Don't put types in type units if they reference internal linkage types"

This reverts commit ab475633.

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.
parent d7dd7ad8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment