Yun Hsiang
Results
2
issues of
Yun Hsiang
This PR fix the undefined reference to `iree_time_now` in https://github.com/iree-org/iree/pull/16454. The console tracy provider should depend on `iree::base::base` library.
ConstEval::Runtime::Runtime() does not run IREE_TRACE_APP_ENTER() so the _console.file in tracy console provider is not initialized. Do not calling print if _console.file is not initialized.