[PATCH] D45619: [Time-report] (1) Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePassesIsEnabled' inside -ftime-report feature
Andrew V. Tischenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 23 08:53:54 PDT 2018
avt77 added a comment.
In https://reviews.llvm.org/D45619#1075437, @bjope wrote:
> I can't see that it has been reverted.
> But I guess that the table maybe is sorted based on time spent in each pass? So that is why it might be sorted differently on different buildbots (or when using pipe etc).
>
> So I think a quick fix is to add -DAG to the checks that can be reorder and submit that fix.
I don't see revert as well. But I did the following:
svn merge -c -330571 .
And everything was OK.
Repository:
rL LLVM
https://reviews.llvm.org/D45619
More information about the llvm-commits
mailing list