[all-commits] [llvm/llvm-project] e6b153: Revert [LLD] Remove global state in lldCommon
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Sun Jan 16 08:03:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6b153947dfae5d666c4bac56b10ee82ddb173c4
https://github.com/llvm/llvm-project/commit/e6b153947dfae5d666c4bac56b10ee82ddb173c4
Author: Alexandre Ganea <alexandre.ganea at legionlabs.com>
Date: 2022-01-16 (Sun, 16 Jan 2022)
Changed paths:
M lld/COFF/COFFLinkerContext.h
M lld/COFF/Chunks.cpp
M lld/COFF/DLL.cpp
M lld/COFF/Driver.cpp
M lld/COFF/DriverUtils.cpp
M lld/COFF/InputFiles.cpp
M lld/COFF/LTO.cpp
M lld/COFF/MinGW.cpp
M lld/COFF/PDB.cpp
M lld/COFF/SymbolTable.cpp
M lld/COFF/Writer.cpp
M lld/Common/CMakeLists.txt
R lld/Common/CommonLinkerContext.cpp
M lld/Common/ErrorHandler.cpp
M lld/Common/Memory.cpp
M lld/Common/TargetOptionsCommandFlags.cpp
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/ARMErrataFix.cpp
M lld/ELF/Arch/PPC64.cpp
M lld/ELF/Driver.cpp
M lld/ELF/DriverUtils.cpp
M lld/ELF/InputFiles.cpp
M lld/ELF/InputSection.cpp
M lld/ELF/LinkerScript.cpp
M lld/ELF/MarkLive.cpp
M lld/ELF/ScriptParser.cpp
M lld/ELF/SyntheticSections.cpp
M lld/ELF/Thunks.cpp
M lld/ELF/Writer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/Driver.cpp
M lld/MachO/DriverUtils.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/LTO.cpp
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Writer.cpp
M lld/MinGW/Driver.cpp
R lld/include/lld/Common/CommonLinkerContext.h
M lld/include/lld/Common/Driver.h
M lld/include/lld/Common/ErrorHandler.h
M lld/include/lld/Common/Memory.h
M lld/include/lld/Core/LinkingContext.h
M lld/tools/lld/lld.cpp
M lld/wasm/Driver.cpp
M lld/wasm/InputFiles.cpp
M lld/wasm/SymbolTable.cpp
M lld/wasm/Writer.cpp
Log Message:
-----------
Revert [LLD] Remove global state in lldCommon
It seems to be causing issues on https://lab.llvm.org/buildbot/#/builders/123/builds/8383
More information about the All-commits
mailing list