This fixes a miscompile where we'd emit a VTT for a class that ends up
referencing an inline virtual member function that we can't actually
emit a body for (because we never instantiated it in the current TU),
which in a corner case of a corner case can lead to link errors.
Details
Details
- Reviewers
rjmccall - Commits
- rGc195c25b224e: Don't speculatively emit VTTs for classes unless we are able to correctly emit…
rL347692: Don't speculatively emit VTTs for classes unless we are able to correctly emit…
rC347692: Don't speculatively emit VTTs for classes unless we are able to correctly emit…
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 25189 Build 25188: arc lint + arc unit