[llvm-bugs] [Bug 25014] New: Memory leak when compiling a file with a lot of enums
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 1 09:55:42 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25014
Bug ID: 25014
Summary: Memory leak when compiling a file with a lot of enums
Product: clang
Version: 3.7
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: nazarmx at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
PS: I am trying to build glbinding https://github.com/cginternals/glbinding and
build fails at file `types.cpp`
Host: MSYS2 x86_64 on Windows 10 x86_64 clang version 3.7.0
When building this file for x86_64 the build takes a very long time, clang uses
more than 3Gb of RAM, but it succeeds(the clang executable is 64bit). When
building a 32-bit build clang crashes because it can't allocate enough memory.
--
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/20151001/d98e6434/attachment.html>
More information about the llvm-bugs
mailing list