[PATCH] D81418: lld: remove old test path

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 12:10:34 PDT 2020


compnerd created this revision.
compnerd added reviewers: smeenai, int3, Ktwu.
compnerd added a project: lld.
Herald added a project: LLVM.

This removes the stub library that lld injected to satisfy the
dependency on the `libSystem`.  Now with TBD support, we can provide the
stub library to permit the tests to function properly as they would on a
real system.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81418

Files:
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/test/MachO/link-search-order.s
  lld/test/MachO/symbol-order.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81418.269308.patch
Type: text/x-patch
Size: 5216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200608/ef57c628/attachment.bin>


More information about the llvm-commits mailing list