Skip to content

Taking too long to build a huge file #29023

@llvmbot

Description

@llvmbot
Bugzilla Link 28649
Version trunk
OS Linux
Blocks #24719
Attachments test case, small.c
Reporter LLVM Bugzilla Contributor
CC @lalozano

Extended Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions