This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d90ff27 [ELF] Use llvm-mc rather than checking in a file. new 0e145f3 ELF: Always include undefined DSO symbols in the symbol table. new ad3fb59 ELF: Forbid undefined symbols with non-default visibility in DSOs.
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/Symbols.cpp | 11 ++++------- ELF/Writer.cpp | 9 +++++++-- test/ELF/undef-shared.s | 14 ++++++++++++++ test/ELF/undef-version-script.s | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 9 deletions(-) create mode 100644 test/ELF/undef-shared.s create mode 100644 test/ELF/undef-version-script.s