[all-commits] [llvm/llvm-project] 733129: lld: remove old test support path
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Tue Jun 16 15:58:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 73312976ad8c541d2bb769c26f1172ccc26ad531
https://github.com/llvm/llvm-project/commit/73312976ad8c541d2bb769c26f1172ccc26ad531
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M lld/MachO/Driver.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/test/MachO/link-search-order.s
M lld/test/MachO/symbol-order.s
Log Message:
-----------
lld: remove old test support path
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.
Reviewed By: smeenai
Differential Revision: https://reviews.llvm.org/D81418
More information about the All-commits
mailing list