[PATCH] D37757: [WebAssembly] MC: Support for static init and fini sections
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 11:34:11 PDT 2017
rnk added inline comments.
================
Comment at: llvm/trunk/test/MC/WebAssembly/init-fini-array.ll:87-94
+; CHECK-NEXT: DataAlignment: 8
+; CHECK-NEXT: SegmentNames:
+; CHECK-NEXT: - Index: 0
+; CHECK-NEXT: Name: .data.global1
+; CHECK-NEXT: - Index: 1
+; CHECK-NEXT: Name: .init_array
+; CHECK-NEXT: - Index: 2
----------------
These test expectations didn't match what obj2yaml prints, so I updated them in rL314823
Repository:
rL LLVM
https://reviews.llvm.org/D37757
More information about the llvm-commits
mailing list