[PATCH] D76823: [WebAssembly] Add test for event section order change
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 11:22:58 PDT 2020
aheejin updated this revision to Diff 252904.
aheejin added a comment.
- Add comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76823/new/
https://reviews.llvm.org/D76823
Files:
lld/test/wasm/event-section.ll
Index: lld/test/wasm/event-section.ll
===================================================================
--- lld/test/wasm/event-section.ll
+++ lld/test/wasm/event-section.ll
@@ -32,3 +32,6 @@
; CHECK-NEXT: - Index: 0
; CHECK-NEXT: Attribute: 0
; CHECK-NEXT: SigIndex: 1
+
+; Global section has to come after event section
+; CHECK: - Type: GLOBAL
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76823.252904.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/15cc90e3/attachment-0001.bin>
More information about the llvm-commits
mailing list