[all-commits] [llvm/llvm-project] 036730: [lld][WebAssembly] Add allow-multiple-definition f...

mzukovec via All-commits all-commits at lists.llvm.org
Wed Sep 4 08:50:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0367305af849da7ee9237fd83c04ed3a01e8d223
      https://github.com/llvm/llvm-project/commit/0367305af849da7ee9237fd83c04ed3a01e8d223
  Author: mzukovec <113346157+mzukovec at users.noreply.github.com>
  Date:   2024-09-04 (Wed, 04 Sep 2024)

  Changed paths:
    A lld/test/wasm/Inputs/allow-multiple-definition.s
    A lld/test/wasm/allow-multiple-definition.s
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/Options.td
    M lld/wasm/SymbolTable.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Add allow-multiple-definition flag (#97699)

Add `allow-multiple-definition` flag to `wasm-ld`. This follows the ELF
linker logic. In case of duplication, the first symbol met is used.

This PR resolves the #97543



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