[llvm-bugs] [Bug 33810] -fmodules crashes CodeGenModule::getMangledName(), called recursively
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jul 30 02:36:29 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33810
NAKAMURA Takumi <geek4civic at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #4 from NAKAMURA Takumi <geek4civic at gmail.com> ---
With r309499, I saw other two failures.
http://green.lab.llvm.org/green/job/clang-stage2-configure-Rlto_build/19798/
Fixed in r309501.
http://green.lab.llvm.org/green/job/clang-stage2-configure-Rthinlto_build/4071/
Assertion failed: (FoundStr.empty() && "FoundStr is not empty!"), function
getMangledName
Fixed in r309504. I am not sure if this were safe to overwrite
MangledDeclNames[CanonicalGD].
--
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/20170730/3beaf664/attachment.html>
More information about the llvm-bugs
mailing list