[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:24:30 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf033f201a7c8: [WebAssembly] Add test for event section order change (authored by aheejin).
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.252915.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/107b3cc3/attachment.bin>
More information about the llvm-commits
mailing list