[llvm] [opt][timers] Fix time-passes.ll test failing on reversed iterators (PR #131941)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 13:03:05 PDT 2025
================
@@ -905,5 +908,8 @@ extern "C" int optMain(
if (ThinLinkOut)
ThinLinkOut->keep();
+ llvm::TimerGroup::printAll(*llvm::CreateInfoOutputFile());
----------------
aeubanks wrote:
don't need this functionality for the legacy PM
https://github.com/llvm/llvm-project/pull/131941
More information about the llvm-commits
mailing list