[PATCH] D63325: [Support][Time profiler] Make FE codegen blocks to be inside frontend blocks
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 16:16:44 PDT 2019
anton-afanasyev marked an inline comment as done.
anton-afanasyev added inline comments.
================
Comment at: clang/lib/Parse/ParseAST.cpp:167
if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
return;
}
----------------
@lebedev.ri This `return` should follow after `timeTraceProfilerEnd("Frontend",...)`, I'm to fix it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63325/new/
https://reviews.llvm.org/D63325
More information about the llvm-commits
mailing list