Skip to content

Commit

Permalink
[WebAssembly] Update test expectations to match llvm-readobj change. …
Browse files Browse the repository at this point in the history
…NFC.

Differential Revision: https://reviews.llvm.org/D57868

llvm-svn: 353358
  • Loading branch information
sbc100 committed Feb 7, 2019
1 parent e450bd7 commit 34583e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lld/test/wasm/lto/weak.ll
Expand Up @@ -12,6 +12,8 @@ define weak void @f() {
; CHECK: Symbol {
; CHECK-NEXT: Name: f
; CHECK-NEXT: Type: FUNCTION (0x0)
; CHECK-NEXT: Flags: 0x1
; CHECK-NEXT: Flags [ (0x1)
; CHECK-NEXT: BINDING_WEAK (0x1)
; CHECK-NEXT: ]
; CHECK-NEXT: ElementIndex: 0x0
; CHECK-NEXT: }

0 comments on commit 34583e5

Please sign in to comment.