Implement the -dynamic-linker option.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 11 Sep 2015 18:49:42 +0000 (18:49 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 11 Sep 2015 18:49:42 +0000 (18:49 +0000)
commit7010776db7c682e73b12f681d113a093c76de40e
treeb7dbcb287ec7b3c83de942b759fad4a28ae4676e
parentb67dbced9c036b40830408a3fe47fd099f05ca3c
Implement the -dynamic-linker option.

With this dynamic executables can be executed with just ./t instead of
/lib64/ld-2.20.so ./t

llvm-svn: 247446
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/ELF/Writer.cpp
lld/test/elf2/shared.s