[PATCH] D47204: [WebAssembly] Properly calculate function body offset, and write I32 values.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 14:00:16 PDT 2018


ruiu added a comment.

Yes, I think you should write a test with a large function to exercise this code. Also, I don't think the buffer is an initialized memory. It is pointing to an output mmap'ed file, and the mmap'ed file is filled with 0.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47204





More information about the llvm-commits mailing list