forked from OSchip/llvm-project
[WebAssembly] Fix test after r359602
Update the expected output for this test now that the EXPLICIT_NAME flag is being printed. llvm-svn: 359605
This commit is contained in:
parent
e7fa09e4ae
commit
397ca2f22e
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue