They point into the DIType type system, so they need to be stripped as well.
rdar://75341300
Differential D98668
Support !heapallocsite attachments in StripDebugInfo(). aprantl on Mar 15 2021, 4:26 PM. Authored by
Details They point into the DIType type system, so they need to be stripped as well. rdar://75341300
Diff Detail
Unit Tests Event Timeline
|
Is it possible to reach this when the instruction has no heapallocsite metadata?
If so, we might want a narrower change, like:
Or we might want to guarantee that we drop non-debug metadata, like:
Ditto for D98667.