[PATCH] D24496: [ELF] - Implemented rpath-link command line option.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 10:59:15 PDT 2016


joerg added a subscriber: joerg.
joerg added a comment.

Actually, keeping them separate can be quite important when considering the presence of archive libraries in the build library path (-L) vs the link-time view of the run-time path. This matters for linker script look-up.


https://reviews.llvm.org/D24496





More information about the llvm-commits mailing list