[PATCH] D15555: [WebAssembly] Experimental ELF writer support

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 17:07:15 PST 2015


jfb accepted this revision.
jfb added a reviewer: jfb.
This revision is now accepted and ready to land.

================
Comment at: lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp:52
@@ +51,3 @@
+  unsigned getNumFixupKinds() const override {
+    // We currently just use the generic fixups in MCFixup.h and don't have any
+    // target-specific fixups.
----------------
sunfish wrote:
> We don't actually currently have any of our own fixups, as we can currently use the generic ones in MCFixup.h. I changed this to 0 and added a comment.
Sounds good, thanks!


Repository:
  rL LLVM

http://reviews.llvm.org/D15555





More information about the llvm-commits mailing list