anton-afanasyev added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenAction.cpp:232
{
+ llvm::TimeTraceScope TimeScope("Frontend", StringRef(""));
PrettyStackTraceString CrashInfo("Per-file LLVM IR generation");
----------------
lebedev.ri wrote:
> This looks more like `Frontend Codegen` to me?
> (With front-end itself being the entirety of clang time up to this point
> including this step)
`Codegen` sections are not inside `HandleTranslationUnit()` function only. So
I've changed it other way: started `Frontend` section inside `ParseAST()` and
finished this section inside `HandleTranslationUnit()`. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63325/new/
https://reviews.llvm.org/D63325
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits