[PATCH] D70877: [WebAssebmly][MC] Support .import_name/.import_field asm directives
Derek Schuff via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 23:16:25 PST 2019
dschuff added inline comments.
================
Comment at: llvm/test/MC/WebAssembly/import-module.s:13
+ .import_module foo, bar
+ .import_name foo, qux
+
----------------
What should happen if there's a directive that refers to a symbol that doesn't exist in the asm file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70877/new/
https://reviews.llvm.org/D70877
More information about the cfe-commits
mailing list