ELF: Add /lib and /usr/lib as default search paths.
authorRui Ueyama <ruiu@google.com>
Tue, 8 Mar 2016 04:06:27 +0000 (04:06 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 8 Mar 2016 04:06:27 +0000 (04:06 +0000)
commitb9883d55d8af0c0c7ccc8f7e1f3ee11894b70e93
tree221fcf6d5d0d7cb8ba144d24243251a617ce5e81
parent002ab61a47a80f13ff4318d690aa96646f67f257
ELF: Add /lib and /usr/lib as default search paths.

GNU ld and gold have these paths as default search paths.
If you don't want these directories, pass -nostdlib.

llvm-svn: 262910
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/LinkerScript.cpp
lld/ELF/Options.td
lld/test/ELF/Inputs/nostdlib.s [new file with mode: 0644]
lld/test/ELF/nostdlib.s [new file with mode: 0644]