[PATCH] D88815: Added .tabletype to asm and multiple table support in obj files
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 13:59:28 PDT 2020
sbc100 added a comment.
It looks like there are a bunch of wasm-ld tests that need similar updates.
$ ../llvm-build/bin/llvm-lit lld/test/wasm/
...
...
Failed Tests (18):
lld :: wasm/alias.s
lld :: wasm/call-indirect.ll
lld :: wasm/export-table.test
lld :: wasm/growable-table.test
lld :: wasm/import-table.test
lld :: wasm/local-symbols.ll
lld :: wasm/locals-duplicate.test
lld :: wasm/pie.ll
lld :: wasm/relocatable.ll
lld :: wasm/shared-memory-no-atomics.yaml
lld :: wasm/shared-memory.yaml
lld :: wasm/shared.ll
lld :: wasm/stack-pointer.ll
lld :: wasm/undefined-weak-call.ll
lld :: wasm/weak-alias-overide.ll
lld :: wasm/weak-alias.ll
lld :: wasm/weak-symbols.ll
lld :: wasm/weak-undefined.ll
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88815/new/
https://reviews.llvm.org/D88815
More information about the llvm-commits
mailing list