[all-commits] [llvm/llvm-project] 061e07: Revert "[lld][WebAssembly] Initial support merging...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon May 10 15:28:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 061e071d8c9b98526f35cad55a918a4f1615afd4
      https://github.com/llvm/llvm-project/commit/061e071d8c9b98526f35cad55a918a4f1615afd4
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
    R lld/test/wasm/merge-string.s
    M lld/wasm/CMakeLists.txt
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.cpp
    M lld/wasm/InputChunks.h
    M lld/wasm/InputFiles.cpp
    R lld/wasm/OutputSegment.cpp
    M lld/wasm/OutputSegment.h
    M lld/wasm/Symbols.cpp
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/Writer.cpp
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCSectionWasm.h
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/WasmAsmParser.cpp
    M llvm/lib/MC/MCSectionWasm.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/ObjectYAML/WasmYAML.cpp
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    R llvm/test/MC/WebAssembly/section-flags-changed.s
    M llvm/tools/obj2yaml/wasm2yaml.cpp

  Log Message:
  -----------
  Revert "[lld][WebAssembly] Initial support merging string data"

This reverts commit 5000a1b4b9edeb9e994f2a5b36da8d48599bea49.
Breaks tests, see https://reviews.llvm.org/D97657#2749151

Easily repros locally with `ninja check-llvm-mc-webassembly`.




More information about the All-commits mailing list