This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 4f68fad54 Detemplate isCompatible(). NFC. new 40e60ef33 [ELF] - Allow using PLT relocations when "-z notext" is given.
The 1 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/Relocations.cpp | 66 ++++++++++++++++++------------- test/ELF/Inputs/znotext-plt-relocations.s | 10 +++++ test/ELF/znotext-plt-relocations.s | 20 ++++++++++ 3 files changed, 68 insertions(+), 28 deletions(-) create mode 100644 test/ELF/Inputs/znotext-plt-relocations.s create mode 100644 test/ELF/znotext-plt-relocations.s