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

timing info printed from static dtor #1411

Closed
lattner opened this issue Dec 9, 2006 · 3 comments
Closed

timing info printed from static dtor #1411

lattner opened this issue Dec 9, 2006 · 3 comments
Labels
bugzilla Issues migrated from bugzilla

Comments

@lattner
Copy link
Collaborator

lattner commented Dec 9, 2006

Bugzilla Link 1039
Resolution FIXED
Resolved on Feb 22, 2010 12:46
Version trunk
OS MacOS X

Extended Description

-time-passes and related output is printed from the TimingInfo static dtor. This breaks --info-output-
file, which is (correctly) shut down from llvm_shutdown. I'll move timinginfo to work with llvm_shutdown.

-Chris

@lattner
Copy link
Collaborator Author

lattner commented Dec 10, 2006

Fixed:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061204/041151.html

This should fix the gccas failures on the nightly tester.

-Chris

@llvmbot
Copy link
Collaborator

llvmbot commented Dec 10, 2006

The patch resolves gccas and other compile timings. But, now "JIT Codegen" is
not getting picked up. All tests reported that JIT codegen failed. JIT codegen
succeeded before your change.

@lattner
Copy link
Collaborator Author

lattner commented Dec 10, 2006

@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
bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

2 participants