[PATCH] D33184: [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sat May 27 11:33:00 PDT 2017


>Correct. The same test.stats produces different results before and after
>the patch.
>
>Cheers,
>Rafael

And that test.stats just describes location of objects that are used by sanstats, 
that objects were the same before/after patch too fortunately.
(they are produced by yaml2obj and at first I supposed it becomes broken 
and produces different outputs before/after).

Fixed in r304078. Bots are happy, at least those that were failing before. 
Was just an initialized variable :\ 

Thanks for help !

George.


More information about the llvm-commits mailing list