[PATCH] D109722: [lld][WebAssembly] Relax limitations on multithreaded instantiation
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 13 15:34:31 PDT 2021
sbc100 added inline comments.
================
Comment at: lld/test/wasm/data-segments.ll:125
+; PASSIVE32-PIC-NEXT: Body: 230141B4CE006A2100024002400240200041004101FE4802000E020001020B410023016A4100410DFC080000411023016A41004114FC08010020004102FE1702002000417FFE0002001A0C010B20004101427FFE0102001A0BFC0900FC09010B
+; PASSIVE64-PIC-NEXT: Body: 230142B4CE007C2100024002400240200041004101FE4802000E020001020B420023017C4100410DFC080000421023017C41004114FC08010020004102FE1702002000417FFE0002001A0C010B20004101427FFE0102001A0BFC0900FC09010B
; PASSIVE-PIC-NEXT: - Index: 3
----------------
We should probably convert these tests to use `objdump -d` now that its working!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109722/new/
https://reviews.llvm.org/D109722
More information about the llvm-commits
mailing list