[PATCH] D71506: [WebAssembly] Convert MC tests to from bitcode to asm

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 19:31:26 PST 2019


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff.
Herald added a project: LLVM.
sbc100 added reviewers: dschuff, aardappel.

Now that our .s format is useable we should really convert all our
MC and lld tests over to .s format to match other targets.

This is a first attempt at converting 2 of our MC tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71506

Files:
  llvm/test/MC/WebAssembly/weak-alias.ll
  llvm/test/MC/WebAssembly/weak-alias.s
  llvm/test/MC/WebAssembly/weak.ll
  llvm/test/MC/WebAssembly/weak.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71506.233911.patch
Type: text/x-patch
Size: 21983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191214/0fdec00f/attachment.bin>


More information about the llvm-commits mailing list