Skip to content
Commit 83d59e05 authored by Alexandre Ganea's avatar Alexandre Ganea
Browse files

Re-land [LLD] Remove global state in lldCommon

Move all variables at file-scope or function-static-scope into a hosting structure (lld::CommonLinkerContext) that lives at lldMain()-scope. Drivers will inherit from this structure and add their own global state, in the same way as for the existing COFFLinkerContext.

See discussion in https://lists.llvm.org/pipermail/llvm-dev/2021-June/151184.html

The previous land f860fe36 caused issues in https://lab.llvm.org/buildbot/#/builders/123/builds/8383, fixed by 22ee510d.

Differential Revision: https://reviews.llvm.org/D108850
parent 57ebfea3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment