This test checks that timers are working and printing as expected.
I also seem to have changed the order of the timers in my globals refactoring
patch, so I fixed it here.
Paths
| Differential D109904
[lld] Add test to check for timer output ClosedPublic Authored by akhuang on Sep 16 2021, 11:23 AM.
Details
Summary This test checks that timers are working and printing as expected. I also seem to have changed the order of the timers in my globals refactoring
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 16 2021, 11:35 AM This revision was landed with ongoing or failed builds.Sep 16 2021, 11:37 AM Closed by commit rGe03c7e367adb: [lld] Add test to check for timer output (authored by akhuang). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions The timers.ll test is failing intermittently, can you look into this? See here for example: https://lab.llvm.org/buildbot/#/builders/139/builds/10288 Comment Actions Hm, a timer won't print out if the time is 0, and it seems like it's inconsistent when a timer will have no time on it.. I think I'll just remove the test for now.
Revision Contents
Diff 373018 lld/COFF/COFFLinkerContext.h
lld/COFF/COFFLinkerContext.cpp
lld/test/COFF/timers.ll
|