This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Convert MC tests to from bitcode to asm
ClosedPublic

Authored by sbc100 on Dec 13 2019, 7:28 PM.

Details

Summary

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.

Diff Detail

Event Timeline

sbc100 created this revision.Dec 13 2019, 7:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2019, 7:28 PM
dschuff accepted this revision.Dec 16 2019, 2:52 PM
dschuff added inline comments.
llvm/test/MC/WebAssembly/weak.s
2

does this need that list of enabled features?

This revision is now accepted and ready to land.Dec 16 2019, 2:52 PM
sbc100 marked an inline comment as done.Dec 16 2019, 3:00 PM
sbc100 updated this revision to Diff 234166.Dec 16 2019, 3:00 PM
  • remove attrs
This revision was automatically updated to reflect the committed changes.
llvm/test/MC/WebAssembly/weak-alias.s