[PATCH] D76823: [WebAssembly] Add test for event section order change
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 22:11:43 PDT 2020
aheejin created this revision.
aheejin added reviewers: sbc100, tlively.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, dschuff.
Herald added a project: LLVM.
This adds a test for D76752 <https://reviews.llvm.org/D76752>. Now the global section comes after the
event section, and this change makes sure it is satisfied.
Repository:
rG LLVM Github Monorepo
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,5 @@
; CHECK-NEXT: - Index: 0
; CHECK-NEXT: Attribute: 0
; CHECK-NEXT: SigIndex: 1
+
+; CHECK: - Type: GLOBAL
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76823.252744.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/f66b718f/attachment.bin>
More information about the llvm-commits
mailing list