1 ; RUN: llc < %s -mcpu=mvp -mattr=+mutable-globals | FileCheck %s
3 ; Test that mutable globals is properly emitted into the target features section
5 target triple = "wasm32-unknown-unknown"
11 ; CHECK-LABEL: .custom_section.target_features
13 ; CHECK-NEXT: .int8 43
14 ; CHECK-NEXT: .int8 15
15 ; CHECK-NEXT: .ascii "mutable-globals"