https://bugs.llvm.org/show_bug.cgi?id=42664

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE
                 CC|                            |r...@google.com

--- Comment #1 from Reid Kleckner <r...@google.com> ---
I tried to repro, and it succeeded after a lot of time and memory allocation.
The text says `clang++: error: unable to execute command: Killed`, which looks
like the OOM killer. From looking at the source, I think this is a problem with
QMap initializers taking too long / using too much memory. That's
https://llvm.org/pr42515.

*** This bug has been marked as a duplicate of bug 42515 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to