This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 443a61e42 AMDGPU: Update elf flags in amdgpu-elf-flags.s new a8a294d84 AMDGPU/LLD: Remove the use of binary file from one of the AMD [...] new f8227f9ab Use wasm-ld instead of "lld -flavor wasm". new 78f9c8bba Do not print out "no input files" twice.
The 3 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/ELF/Inputs/amdgpu-kernel-2.o | Bin 408 -> 0 bytes test/ELF/amdgpu-elf-flags-err.s | 6 +++--- test/wasm/alias.ll | 2 +- test/wasm/archive.ll | 6 +++--- test/wasm/call-indirect.ll | 2 +- test/wasm/comdats.ll | 2 +- test/wasm/conflict.test | 2 +- test/wasm/data-layout.ll | 4 ++-- test/wasm/driver.ll | 18 ++++++++++++++++++ test/wasm/entry.ll | 6 +++--- test/wasm/export.ll | 4 ++-- test/wasm/function-imports-first.ll | 2 +- test/wasm/function-imports.ll | 2 +- test/wasm/function-index.test | 2 +- test/wasm/gc-sections.ll | 8 ++++---- test/wasm/import-memory.test | 2 +- test/wasm/init-fini.ll | 4 ++-- test/wasm/invalid-stack-size.test | 2 +- test/wasm/load-undefined.test | 6 +++--- test/wasm/local-symbols.ll | 2 +- test/wasm/locals-duplicate.test | 4 ++-- test/wasm/many-functions.ll | 2 +- test/wasm/relocatable.ll | 2 +- test/wasm/signature-mismatch.ll | 4 ++-- test/wasm/stack-pointer.ll | 2 +- test/wasm/strip-debug.test | 2 +- test/wasm/symbol-type-mismatch.ll | 2 +- test/wasm/undefined-entry.test | 6 +++--- test/wasm/undefined.ll | 6 +++--- test/wasm/version.ll | 2 +- test/wasm/visibility-hidden.ll | 2 +- test/wasm/weak-alias-overide.ll | 2 +- test/wasm/weak-alias.ll | 4 ++-- test/wasm/weak-symbols.ll | 2 +- test/wasm/weak-undefined.ll | 2 +- wasm/Driver.cpp | 11 +++++------ 36 files changed, 77 insertions(+), 60 deletions(-) delete mode 100644 test/ELF/Inputs/amdgpu-kernel-2.o create mode 100644 test/wasm/driver.ll