[all-commits] [llvm/llvm-project] dd5791: [lld/mac] Fix sub-library.s on Windows after 8e870...

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Jul 27 12:26:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd57915b1ef6568e335053131e600eb4c26d1f1e
      https://github.com/llvm/llvm-project/commit/dd57915b1ef6568e335053131e600eb4c26d1f1e
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

  Changed paths:
    M lld/MachO/InputFiles.cpp

  Log Message:
  -----------
  [lld/mac] Fix sub-library.s on Windows after 8e8701abca3d4f0

The endswith() check for the framework name fails when joining
with the native path separator. Always use the posix separator as fix.




More information about the All-commits mailing list