[PATCH] D61772: [WebAssembly] Don't assume that strongly defined functions are DSO-local

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 17:47:34 PDT 2019


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, hiraditya, jgravelle-google, dschuff.
Herald added a project: LLVM.
sbc100 updated this revision to Diff 198962.
sbc100 added a comment.

cleanup


The current PIC model to WebAssembly is more like ELF in the at it
allows symbol interposition.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61772

Files:
  lld/test/wasm/shared.ll
  lld/wasm/InputFiles.cpp
  lld/wasm/Writer.cpp
  llvm/lib/Target/TargetMachine.cpp
  llvm/test/CodeGen/WebAssembly/call-pic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61772.198962.patch
Type: text/x-patch
Size: 6093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190510/8b204084/attachment.bin>


More information about the llvm-commits mailing list