[llvm-bugs] [Bug 24582] New: Unable to optimize large module due to lack of memory
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Aug 26 01:26:52 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24582
Bug ID: 24582
Summary: Unable to optimize large module due to lack of memory
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: safin.l91 at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
I was unable to compile a large C++ source file with clang++ with -O3
optimization level. Both gcc and msvc work pretty well.
Running options:
`opt -O3 --disable-ouput ExampleTest.bc`
Unfortunately, I was unable to reduce a test case.
--
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/20150826/9ba7c2a1/attachment.html>
More information about the llvm-bugs
mailing list