[llvm-bugs] [Bug 37634] VS debugger can't find function symbols in lld-linked binaries
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 6 11:55:19 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37634
Zachary Turner <zturner at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #66 from Zachary Turner <zturner at google.com> ---
I made up another test case, this time it's:
void LJPwNRh() {}
void HGfxvKdQO() {}
void wuN() {}
void tEo() {}
void VUo() {}
void teO() {}
void bqSuLGQgWa() {}
void SyJYcL() {}
void OUV() {}
void quH() {}
void rbEaPKrlrRwk() {}
void oet() {}
void tuM() {}
void LuU() {}
void loxueqJLH() {}
void QplRJuDs() {}
void rWDokkLG() {}
void sEH() {}
void pui() {}
void xoZvxw() {}
int main(int argc, char **argv) {
return 0;
}
All of these hash to the same value. And again, there are some cases where we
fail on the lookup but link.exe doesn't. So we're getting closer, but we're
not 100% fixed yet.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180706/1ce4ee77/attachment.html>
More information about the llvm-bugs
mailing list