[all-commits] [llvm/llvm-project] 9b965b: [lld][WebAssembly] Cleanup duplicate fields in Sym...

Sam Clegg via All-commits all-commits at lists.llvm.org
Mon Jul 19 14:31:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b965b37c75d626c01951184088314590e38d299
      https://github.com/llvm/llvm-project/commit/9b965b37c75d626c01951184088314590e38d299
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2021-07-19 (Mon, 19 Jul 2021)

  Changed paths:
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/Writer.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Cleanup duplicate fields in Symbols.h. NFC

This avoids duplication and simplifies the code in several places
without increasing the size of the symbol union (at least not
above the assert'd limit of 120 bytes).

Differential Revision: https://reviews.llvm.org/D106026




More information about the All-commits mailing list