[PATCH] D110450: [LLD] Remove global state in lld/COFF
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 18:52:21 PST 2022
aganea added inline comments.
================
Comment at: lld/COFF/Driver.cpp:1239
ScopedTimer rootTimer(ctx.rootTimer);
+ Configuration &config = ctx.config;
----------------
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.
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