This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 4fc923769 [ELF] - Implement SHT_SYMTAB_SHNDX (.symtab_shndxr) section. new 1f3f5a88b [AArch64] Support execute-only LOAD segments.
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/Config.h | 1 + ELF/Driver.cpp | 10 ++++++++++ ELF/Options.td | 4 ++++ ELF/Writer.cpp | 11 +++++++++++ test/ELF/execute-only-mixed-data.s | 26 ++++++++++++++++++++++++++ test/ELF/execute-only.s | 10 ++++++++++ 6 files changed, 62 insertions(+) create mode 100644 test/ELF/execute-only-mixed-data.s create mode 100644 test/ELF/execute-only.s