[all-commits] [llvm/llvm-project] 34d033: [lld][WebAssembly] Allow --export of optional star...

Sam Clegg via All-commits all-commits at lists.llvm.org
Tue Feb 9 13:15:20 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34d033ca129fdb1507427d45f518fdb523847732
      https://github.com/llvm/llvm-project/commit/34d033ca129fdb1507427d45f518fdb523847732
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    A lld/test/wasm/export-optional.s
    M lld/wasm/Driver.cpp
    M lld/wasm/Writer.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Allow --export of optional start/stop symbols

This moves the error checking until after all optional
symbols (including the section start/end symbols) have
been created.

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




More information about the All-commits mailing list