[PATCH] D130738: [lld][WebAsssembly] Convert more tests from IR to assembly. NFC

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 11:08:23 PDT 2022


dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.

LGTM.
As we move more of ld tests to .s I assume (hope?) we have corresponding tests that cover the IR part of the translation, e.g. testing that `extern weak global` in IR results in `.weak` in the assembly...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130738/new/

https://reviews.llvm.org/D130738



More information about the llvm-commits mailing list