[PATCH] D77087: [lld-macho] Require executables to link against libSystem.dylib

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 1 01:36:52 PDT 2020


ruiu added a comment.

The tests for lld/mach-o definitely need to be able to run on non-macOS platforms. We generally run all tests on all kind of bots, so yes, you cannot assume that `/usr/lib/libSystem.B.dylib` exists. Actually you shouldn't make any assumptions on the existence or absence of any external file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77087





More information about the llvm-commits mailing list