[PATCH] D73320: [WebAssembly] Add reference types target feature
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 19:56:15 PST 2020
sbc100 accepted this revision.
sbc100 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/WebAssembly/reference-types.ll:4
+; This currently only tests if the command line argument for reference types
+; feature is accepted by llc.
+
----------------
Couldn't we also check the that attribute is attached to the dummy function?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73320/new/
https://reviews.llvm.org/D73320
More information about the llvm-commits
mailing list