[PATCH] D42585: [WebAssembly] Add symbol table to LLD, 2/2

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 19:46:17 PST 2018


sbc100 added inline comments.


================
Comment at: test/wasm/alias.ll:64
 ; CHECK-NEXT:         Index:           0
-; CHECK-NEXT:       - Name:            __heap_base
-; CHECK-NEXT:         Kind:            GLOBAL
----------------
As discussed on IRC lets keep these exported globals in the executable output (just like we do for functions, no need to export in the relocatable output).  Should make the diff smaller too I guess?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42585





More information about the llvm-commits mailing list