I found that stripDebugInfo was still leaving significant amounts of
debug info due to !llvm.loop that contained DILocation after stripping.
The support for stripping debug info on !llvm.loop added in r293377 only
removes a single DILocation. Enhance that to remove all DILocation from
!llvm.loop.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 4863 Build 4863: arc lint + arc unit