[all-commits] [llvm/llvm-project] 1a2cc2: [ELF] Exclude sizeof(InputSection) to _WIN32

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Nov 23 21:42:45 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a2cc2bce86448dfb1c9795a907d28ca2db6aaf5
      https://github.com/llvm/llvm-project/commit/1a2cc2bce86448dfb1c9795a907d28ca2db6aaf5
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-11-23 (Sat, 23 Nov 2024)

  Changed paths:
    M lld/ELF/InputSection.h

  Log Message:
  -----------
  [ELF] Exclude sizeof(InputSection) to _WIN32

Structs with delicate packing are often larger in MSVC than Itanium.
099a52fd2f3723db6b0550c99a1adc12d2d8d909 did not make
sizeof(InputSection) smaller for MSVC. Just exclude MSVC.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list