[PATCH] D60274: [ELF] Implement Dependent Libraries Feature

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 09:48:44 PDT 2019


bd1976llvm added a comment.

In D60274#1456362 <https://reviews.llvm.org/D60274#1456362>, @compnerd wrote:

> Am I mistaken in that this effectively prevents the use of options to handle frameworks?  That really is a strong requirement and should be part of this patch.


How so? The .linker-options implementation hasn't been modified (and is still needed for autolinking in clang 5 modules). The change in the fronted is that --dependent-lib and "comment lib" pragmas use .deplibs for ELF. Can you provide more details on your concerns?


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

https://reviews.llvm.org/D60274





More information about the llvm-commits mailing list