[PATCH] D55817: [ELF][ARM] Process ARM build attributes of dynamic libraries.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 05:43:39 PST 2018


ikudrin added a comment.

Thank you for the explanation, Peter!

It seems like we definitely should not update the attributes based on Shared Objects, but what do you think about preventing linking against SOs with clashing attributes? Should we prevent that and issue an error (like GOLD does), or ignore it (like LD), or, maybe, just warn a user?


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D55817





More information about the llvm-commits mailing list