From 555f5334afc1243da543cda37fce9d27f8a16446 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 30 Apr 2019 19:58:56 +0000 Subject: [PATCH] [WebAssembly] Fix test after r359602 Update the expected output for this test now that the EXPLICIT_NAME flag is being printed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359605 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/WebAssembly/import-module.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/WebAssembly/import-module.ll b/test/MC/WebAssembly/import-module.ll index f36011d4892..1da142123ed 100644 --- a/test/MC/WebAssembly/import-module.ll +++ b/test/MC/WebAssembly/import-module.ll @@ -25,7 +25,7 @@ attributes #0 = { "wasm-import-module"="bar" "wasm-import-name"="qux" } ; CHECK: - Type: CUSTOM ; CHECK: Name: foo -; CHECK-NEXT: Flags: [ UNDEFINED ] +; CHECK-NEXT: Flags: [ UNDEFINED, EXPLICIT_NAME ] ; CHECK: Name: plain ; CHECK-NEXT: Flags: [ UNDEFINED ] -- 2.50.1