[PATCH] D119257: Revert "Re-land [LLD] Remove global state in lldCommon"

Krzysztof Drewniak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 09:33:03 PST 2022


krzysz00 created this revision.
krzysz00 added reviewers: aganea, MaskRay.
Herald added subscribers: sdasgup3, wenzhicui, wrengr, Chia-hungDuan, ormris, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, csigg, antiagainst, shauheen, rriddle, mehdi_amini, mstorsjo, steven_wu, kbarton, hiraditya, arichardson, sbc100, mgorny, nemanjai, emaste, dschuff.
Herald added a reviewer: bondhugula.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
krzysz00 requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, stephenneuendorffer, nicolasvasilache, aheejin.
Herald added a reviewer: herhut.
Herald added projects: clang, MLIR, LLVM.

This reverts commit 83d59e05b201760e3f364ff6316301d347cbad95 <https://reviews.llvm.org/rG83d59e05b201760e3f364ff6316301d347cbad95>.

D108850 <https://reviews.llvm.org/D108850> is being reverted due to breaking multiple aspects of how the
LLVM toolchain interacts with HIP, both in MLIR and for compilation on
Windows.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119257

Files:
  clang/lib/Driver/ToolChains/MSVC.cpp
  lld/COFF/COFFLinkerContext.h
  lld/COFF/Chunks.cpp
  lld/COFF/DLL.cpp
  lld/COFF/Driver.cpp
  lld/COFF/DriverUtils.cpp
  lld/COFF/InputFiles.cpp
  lld/COFF/LTO.cpp
  lld/COFF/MinGW.cpp
  lld/COFF/PDB.cpp
  lld/COFF/SymbolTable.cpp
  lld/COFF/Writer.cpp
  lld/Common/CMakeLists.txt
  lld/Common/CommonLinkerContext.cpp
  lld/Common/ErrorHandler.cpp
  lld/Common/Memory.cpp
  lld/Common/TargetOptionsCommandFlags.cpp
  lld/ELF/AArch64ErrataFix.cpp
  lld/ELF/ARMErrataFix.cpp
  lld/ELF/Arch/PPC64.cpp
  lld/ELF/Driver.cpp
  lld/ELF/DriverUtils.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/LinkerScript.cpp
  lld/ELF/MarkLive.cpp
  lld/ELF/ScriptParser.cpp
  lld/ELF/SyntheticSections.cpp
  lld/ELF/Thunks.cpp
  lld/ELF/Writer.cpp
  lld/MachO/ConcatOutputSection.cpp
  lld/MachO/Driver.cpp
  lld/MachO/DriverUtils.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/LTO.cpp
  lld/MachO/SectionPriorities.cpp
  lld/MachO/SyntheticSections.cpp
  lld/MachO/Writer.cpp
  lld/MinGW/Driver.cpp
  lld/include/lld/Common/CommonLinkerContext.h
  lld/include/lld/Common/Driver.h
  lld/include/lld/Common/ErrorHandler.h
  lld/include/lld/Common/Memory.h
  lld/include/lld/Core/LinkingContext.h
  lld/tools/lld/lld.cpp
  lld/wasm/Driver.cpp
  lld/wasm/InputFiles.cpp
  lld/wasm/SymbolTable.cpp
  lld/wasm/Writer.cpp
  llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
  mlir/lib/Dialect/GPU/Transforms/SerializeToHsaco.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119257.406872.patch
Type: text/x-patch
Size: 90708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/fa5ce3d1/attachment-0001.bin>


More information about the llvm-commits mailing list