LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 1039 - timing info printed from static dtor
Summary: timing info printed from static dtor
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Support Libraries (show other bugs)
Version: trunk
Hardware: Macintosh MacOS X
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-09 13:31 PST by Chris Lattner
Modified: 2010-02-22 12:46 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2006-12-09 13:31:49 PST
-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
Comment 1 Chris Lattner 2006-12-10 01:42:28 PST
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
Comment 2 Reid Spencer 2006-12-10 12:13:57 PST
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.