[PATCH] D71506: [WebAssembly] Convert MC tests to from bitcode to asm
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 14:53:27 PST 2019
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/MC/WebAssembly/weak.s:1
+# RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj -o %t.o -mattr=+simd128,+nontrapping-fptoint,+exception-handling < %s
+# RUN: obj2yaml %t.o | FileCheck %s
----------------
does this need that list of enabled features?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71506/new/
https://reviews.llvm.org/D71506
More information about the llvm-commits
mailing list