1 ; RUN: llc < %s -asm-verbose=false -wasm-keep-registers | FileCheck %s
3 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
4 target triple = "wasm32-unknown-unknown"
12 declare void @foo() #0
15 attributes #0 = { "wasm-import-module"="bar" "wasm-import-name"="qux" }
17 ; CHECK-NOT: .import_module plain
18 ; CHECK: .import_module foo, bar
19 ; CHECK: .import_name foo, qux
20 ; CHECK-NOT: .import_module plain