You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: