This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly][MC] Allow empty assembly functions
ClosedPublic

Authored by sbc100 on Aug 19 2019, 11:51 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Aug 19 2019, 11:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2019, 11:51 AM
aardappel accepted this revision.Aug 19 2019, 12:00 PM
aardappel added inline comments.
llvm/test/MC/WebAssembly/basic-assembly.s
6 ↗(On Diff #215961)

add corresponding # CHECK lines below?

This revision is now accepted and ready to land.Aug 19 2019, 12:00 PM
sbc100 updated this revision to Diff 215963.Aug 19 2019, 12:03 PM
  • feedback
dschuff added inline comments.Aug 19 2019, 12:10 PM
llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
762 ↗(On Diff #215963)

of -> or?

This revision was automatically updated to reflect the committed changes.