[PATCH] D70520: [WebAssembly] Add new `export_name` clang attribute for controlling wasm export names
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 17:07:05 PST 2019
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/test/wasm/export-name.ll:20
+; CHECK-NEXT: Exports:
+; CHECK-NEXT: - Name: memory
+; CHECK-NEXT: Kind: MEMORY
----------------
does this test need to verify that the memory and _start are exported? seems like just a check for bar would be enough.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70520/new/
https://reviews.llvm.org/D70520
More information about the llvm-commits
mailing list