[ELF] - ignore the -rpath-link option
Just ignore the -rpath-link command line option in the same way like gold do. Behavior of lld/gold differs from gnu ld here. GNU ld tries to resolve undefined symbols in all shared object files at link time. Differential revision: http://reviews.llvm.org/D18269 llvm-svn: 263876
Loading
Please sign in to comment