[llvm] r304078 - Recommit "[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 13:01:27 PDT 2017


> Which variable/where was it uninitialized? Do you know if this was failing reliably with msan?

It was SymInfo Ret; in getSymbolInfo().

Previously it was uint64_t Ret = 0;  I changed it to SymInfo Ret = {0, (uint64_t)-1LL};?

Logic of test was such that Address filed was never set and it failed.

I do not aware about msan..

George.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170527/fe02d188/attachment.html>


More information about the llvm-commits mailing list