deps/lld/COFF/Driver.cpp | 6 +-- deps/lld/COFF/InputFiles.cpp | 54 ++++++++++++++++++++--- deps/lld/COFF/InputFiles.h | 17 +++++++- deps/lld/ELF/LinkerScript.cpp | 22 ++++++---- deps/lld/ELF/SyntheticSections.cpp | 4 +- deps/lld/ELF/Writer.cpp | 12 +++--- deps/lld/docs/ReleaseNotes.rst | 8 +++- deps/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp | 1 + deps/lld/test/COFF/Inputs/associative-comdat-mingw-2.s | 34 +++++++++++++++ deps/lld/test/COFF/Inputs/common-replacement.s | 5 +++ deps/lld/test/COFF/associative-comdat-mingw.s | 73 ++++++++++++++++++++++++++++++++ deps/lld/test/COFF/common-replacement.s | 35 +++++++++++++++ deps/lld/test/ELF/linkerscript/Inputs/at6.s | 11 +++++ deps/lld/test/ELF/linkerscript/Inputs/at7.s | 7 +++ deps/lld/test/ELF/linkerscript/Inputs/at8.s | 8 ++++ deps/lld/test/ELF/linkerscript/at6.test | 30 +++++++++++++ deps/lld/test/ELF/linkerscript/at7.test | 28 ++++++++++++ deps/lld/test/ELF/linkerscript/at8.test | 31 ++++++++++++++ deps/lld/test/ELF/lto/cache.ll | 2 +- deps/lld/test/ELF/x86-64-reloc-error2.s | 10 +++-- deps/lld/test/mach-o/dependency_info.yaml | 2 +- deps/lld/test/wasm/lto/cache.ll | 2 +- 22 files changed, 371 insertions(+), 31 deletions(-)