[lld] [llvm] [MC][WebAssembly] Add parameter to set table address type (PR #173063)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 23 18:15:46 PST 2025


sbc100 wrote:

> My apologies, I didn't expect I had to run so many different test suites. Hopefully I caught them all now. Currently looking for a way to just run all test suites related to Wasm.

There is no simple way that I know of. 

I normally run llvm-lit with `./lld/test/wasm/` when working on the linker and `./llvm/test/*/WebAssembly/` when working on codegen/MC stuff.

https://github.com/llvm/llvm-project/pull/173063


More information about the llvm-commits mailing list