[PATCH] D110450: [LLD] Remove global state in lld/COFF
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 19:16:15 PST 2022
akhuang added inline comments.
================
Comment at: lld/COFF/Driver.cpp:1239
ScopedTimer rootTimer(ctx.rootTimer);
+ Configuration &config = ctx.config;
----------------
aganea wrote:
> Sorry I actually meant `Configuration *config = &ctx.config;` just so that you don’t have all these changes below when you do a git blame.
haha right, makes sense
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110450/new/
https://reviews.llvm.org/D110450
More information about the llvm-commits
mailing list