[all-commits] [llvm/llvm-project] 8aee6b: [WebAssembly] Convert MC tests to from bitcode to asm

Sam Clegg via All-commits all-commits at lists.llvm.org
Tue Dec 17 11:31:07 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8aee6b414a8918993e9ae4cdabe67322ec0f6e63
      https://github.com/llvm/llvm-project/commit/8aee6b414a8918993e9ae4cdabe67322ec0f6e63
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2019-12-17 (Tue, 17 Dec 2019)

  Changed paths:
    R llvm/test/MC/WebAssembly/weak-alias.ll
    A llvm/test/MC/WebAssembly/weak-alias.s
    R llvm/test/MC/WebAssembly/weak.ll
    A llvm/test/MC/WebAssembly/weak.s

  Log Message:
  -----------
  [WebAssembly] Convert MC tests to from bitcode to asm

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

This is a test PR that just converts 2 of our MC tests to see what
it might look like.

Differential Revision: https://reviews.llvm.org/D71506




More information about the All-commits mailing list