12 lines · plain
1# RUN: not llvm-mc -triple=wasm32-unknown-unknown < %s 2>&1 | FileCheck %s2 3# Check that missing features are named in the error message4 5# CHECK: error: instruction requires: simd1286needs_simd:7 .functype needs_simd () -> (v128)8 i32.const 429 i32x4.splat10 drop11 end_function12