[all-commits] [llvm/llvm-project] 3c5845: [lld][WebAssembly] Move input vectors from symtab ...

Sam Clegg via All-commits all-commits at lists.llvm.org
Thu Jan 18 15:53:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c5845703c85f221ca12880ce9107a0c44cf7b27
      https://github.com/llvm/llvm-project/commit/3c5845703c85f221ca12880ce9107a0c44cf7b27
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/MapFile.cpp
    M lld/wasm/MarkLive.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/Writer.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Move input vectors from symtab to ctx. NFC (#78640)

Also convert from std::vector to SmallVector.

This matches the ELF linker where these were moved into the ctx object
in 9a572164d592e and converted to SmallVector in ba948c5a9c524b.




More information about the All-commits mailing list