[PATCH] D40849: CodeGen: support an extension to pass linker options on ELF

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 21:40:17 PST 2017


compnerd added a comment.

Ah, my concern is in keeping the handling in the compiler agnostic.  I don't mind discussing the aspects of the options.  I think that the two options that really matter are `-L` and `-l`.  I think that adjusting the linker search path should apply to all future library searches.  For the `-l`, the ideal location would be after the object itself.  But, I don't think that should really gate this infrastructure level support.


Repository:
  rL LLVM

https://reviews.llvm.org/D40849





More information about the llvm-commits mailing list