[llvm] r359605 - [WebAssembly] Fix test after r359602
Dan Gohman via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 12:58:56 PDT 2019
Author: djg
Date: Tue Apr 30 12:58:56 2019
New Revision: 359605
URL: http://llvm.org/viewvc/llvm-project?rev=359605&view=rev
Log:
[WebAssembly] Fix test after r359602
Update the expected output for this test now that the EXPLICIT_NAME
flag is being printed.
Modified:
llvm/trunk/test/MC/WebAssembly/import-module.ll
Modified: llvm/trunk/test/MC/WebAssembly/import-module.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/WebAssembly/import-module.ll?rev=359605&r1=359604&r2=359605&view=diff
==============================================================================
--- llvm/trunk/test/MC/WebAssembly/import-module.ll (original)
+++ llvm/trunk/test/MC/WebAssembly/import-module.ll Tue Apr 30 12:58:56 2019
@@ -25,7 +25,7 @@ attributes #0 = { "wasm-import-module"="
; CHECK: - Type: CUSTOM
; CHECK: Name: foo
-; CHECK-NEXT: Flags: [ UNDEFINED ]
+; CHECK-NEXT: Flags: [ UNDEFINED, EXPLICIT_NAME ]
; CHECK: Name: plain
; CHECK-NEXT: Flags: [ UNDEFINED ]
More information about the llvm-commits
mailing list