[all-commits] [llvm/llvm-project] d9d840: [lld][WebAssembly] Fix stub library parsing with w...

Sam Clegg via All-commits all-commits at lists.llvm.org
Tue Apr 4 11:55:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9d840cdaf51a9795930750d1b91d614a3849137
      https://github.com/llvm/llvm-project/commit/d9d840cdaf51a9795930750d1b91d614a3849137
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

  Changed paths:
    A lld/test/wasm/Inputs/.gitattributes
    M lld/wasm/Driver.cpp
    M lld/wasm/InputFiles.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Fix stub library parsing with windows line endings

Also, fix checking of first line in ::parse.  We can't use the
::getLines helper here since that already does comment stripping
internally.

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




More information about the All-commits mailing list