[PATCH] D102937: [lld][WebAssembly] Fix for PIC output + TLS + non-shared-memory

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 14:17:42 PDT 2021


dschuff added inline comments.


================
Comment at: lld/wasm/Writer.cpp:1428
+  if (config->isPic && !config->sharedMemory) {
+    // In shared memory mode all data segments are passive and initilized
+    // via __wasm_init_memory.
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102937/new/

https://reviews.llvm.org/D102937



More information about the llvm-commits mailing list