[llvm-bugs] [Bug 28649] New: Taking too long to build a huge file
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 21 15:09:04 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28649
Bug ID: 28649
Summary: Taking too long to build a huge file
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: laszio at google.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
It seems to take an infinite long time to do this:
$ clang -cc1 -triple thumbv7-linux-gnueabi -emit-obj -x c huge.c
while it "only" takes 2 minutes for armv7 and x86_64. If invoked in this way,
it only took ~1 minute:
$ clang -target thumbv7-linux-gnueabi -c -o huge.o -x c huge.c
--
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/20160721/924c262e/attachment-0001.html>
More information about the llvm-bugs
mailing list