When we roundtrip through bitcode, type names end up duplicated, so
types get renamed, causing very long chains of numbers at the end.
We could fix this by using a separate context for each step, but that
is a decently large change, and would also be slower. Instead, just
insert a post process step to try to rename types to something shorter.
Details
Details
- Reviewers
majnemer
Diff Detail
Diff Detail
- Build Status
Buildable 1846 Build 1846: arc lint + arc unit