Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm impatient, please make llvm-test faster #1531

Closed
lattner opened this issue Feb 3, 2007 · 2 comments
Closed

I'm impatient, please make llvm-test faster #1531

lattner opened this issue Feb 3, 2007 · 2 comments
Labels

Comments

@lattner
Copy link
Collaborator

lattner commented Feb 3, 2007

Bugzilla Link 1159
Resolution FIXED
Resolved on Feb 22, 2010 12:51
Version trunk
OS All
CC @isanbard

Extended Description

Ideas:

  1. Instead of using llvm-gcc -S -emit-llvm + llvm-as to get to the .rbc file for each.c file, just use llvm-
    gcc -c -emit-llvm.
  2. To get from linked.rbc to linked.bc, we currently invoke llvm-dis, then 'gccas' (a shell script which
    invokes llvm-dis then opt). It would be much better to just run opt!

Both of these would significantly reduce the disk I/O, disk space required, and cpu time requirements for
running llvm-test.

-Chris

@llvmbot
Copy link
Collaborator

llvmbot commented Feb 3, 2007

I'm going to try to get this done for tonight's run.

@llvmbot
Copy link
Collaborator

llvmbot commented Feb 3, 2007

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants