[PATCH] D111706: [lld-macho] Fix dangling string reference when adding frameworks

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 20 16:02:25 PDT 2021


zequanwu added a comment.

This causes lc-linker-option.ll test failure on Windows:

  $ ":" "RUN: at line 61"
  $ "ln" "-sf" "A" "C:\b\s\w\ir\cache\builder\src\third_party\llvm-bootstrap\tools\lld\test\MachO\Output\lc-linker-option.ll.tmp/foo.framework/Versions/Current"
  # command stderr:
  'ln': command not found
  error: command failed with exit status: 127


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111706/new/

https://reviews.llvm.org/D111706



More information about the llvm-commits mailing list