[PATCH] D57868: [WebAssembly] Update test expectations to match llvm-readobj change. NFC.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 17:21:42 PST 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD353358: [WebAssembly] Update test expectations to match llvm-readobj change. NFC. (authored by sbc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57868?vs=185680&id=185681#toc

Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57868/new/

https://reviews.llvm.org/D57868

Files:
  test/wasm/lto/weak.ll


Index: test/wasm/lto/weak.ll
===================================================================
--- test/wasm/lto/weak.ll
+++ test/wasm/lto/weak.ll
@@ -12,6 +12,8 @@
 ; 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:   }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57868.185681.patch
Type: text/x-patch
Size: 440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/d405c5b6/attachment.bin>


More information about the llvm-commits mailing list