[llvm-bugs] [Bug 29074] Segmentation fault when building lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri May 1 08:40:15 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=29074
Simon Pilgrim <llvm-dev at redking.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |llvm-dev at redking.me.uk
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
I think we can resolve this - we haven't seen anything similar for a long time.
This is from the period that AutoUpgrade.cpp was struggling with the number of
if-else stages we had in matching the intrinsic names, before we began to merge
the string comparisons a lot more, so its likely that this was the problem.
e.g. see rL271232 and rL280603
--
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/20200501/b715f786/attachment-0001.html>
More information about the llvm-bugs
mailing list