1 ; RUN: llc < %s -mattr=+mutable-globals | FileCheck %s
3 ; Test that mutable globals is properly emitted into the target features section
5 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
6 target triple = "wasm32-unknown-unknown"
12 ; CHECK-LABEL: .custom_section.target_features
14 ; CHECK-NEXT: .int8 43
15 ; CHECK-NEXT: .int8 15
16 ; CHECK-NEXT: .ascii "mutable-globals"