[PATCH] D60274: [ELF] Implement Dependent Libraries Feature
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 10:14:23 PDT 2019
compnerd added a comment.
The early check for ELF is the problem. I care very little about `.linker-options` itself as long as the ability to ensure that framework linkage is provided (i.e. `-framework ...`, and '-L ...` can be passed along as options to the linker).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60274/new/
https://reviews.llvm.org/D60274
More information about the llvm-commits
mailing list