[PATCH] D42096: [WebAssembly] Symbol changes #3: Cosmetic table, LLD. NFC.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 13:42:42 PST 2018


sbc100 added inline comments.


================
Comment at: wasm/Writer.cpp:111
   uint32_t NumMemoryPages = 0;
-  uint32_t InitialTableOffset = 0;
+  uint32_t InitialTableOffset = 1;
 
----------------
Just use a global static "static const int kInitialTableOffset"?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42096





More information about the llvm-commits mailing list