[PATCH] D87407: [WebAssembly][MC] Fix computation of relative symbol offset
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 21:39:27 PDT 2020
sbc100 accepted this revision.
sbc100 added a comment.
This revision is now accepted and ready to land.
Great!
================
Comment at: llvm/test/MC/WebAssembly/alias-offset.s:1
+# RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj %s | llvm-objdump --triple=wasm32-unknown-unknown -d -t - | FileCheck %s
+
----------------
If you add `-r` here will it also show the relocation information in the objdump output? (I can't remember if that works with wasm or not).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87407/new/
https://reviews.llvm.org/D87407
More information about the llvm-commits
mailing list