This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 67c4aed19 Recognize FreeBSD specific BFD names in OUTPUT_FORMAT new 39b4b3429 [WebAssembly] Fix crash with LTO + relocatable + undefined symbols
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: test/wasm/data-layout.ll | 6 +- test/wasm/init-fini.ll | 86 +++++++++---------- test/wasm/locals-duplicate.test | 146 ++++++++++++++++----------------- test/wasm/lto/relocatable-undefined.ll | 36 ++++++++ test/wasm/weak-alias.ll | 28 +++---- wasm/Writer.cpp | 58 ++++++------- 6 files changed, 199 insertions(+), 161 deletions(-) create mode 100644 test/wasm/lto/relocatable-undefined.ll