This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d78c74794 [ELF][MIPS] Fix crash in LLD when linking code that needs PIC thunks new ad04ff912 [ELF] Fall back to search dirs for linker scripts specified with -T new cb7cb3889 [ELF] Fix rewriting of --sysroot in reproducer tars
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Driver.cpp | 8 ++++++-- ELF/Driver.h | 1 + ELF/DriverUtils.cpp | 10 ++++++++++ ELF/ScriptParser.cpp | 12 ++---------- test/ELF/invalid-linkerscript.test | 2 +- test/ELF/linkerscript/linker-script-in-search-path.s | 19 +++++++++++++++++++ test/ELF/linkerscript/linkerscript.s | 2 +- test/ELF/reproduce.s | 20 ++++++++++++-------- 8 files changed, 52 insertions(+), 22 deletions(-) create mode 100644 test/ELF/linkerscript/linker-script-in-search-path.s