[PATCH] D62542: [WebAssembly] Make Emscripten-specific behavior specific to the Emscripten target

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 13:06:59 PDT 2019


sunfish updated this revision to Diff 203234.
sunfish added a comment.

The PIC portion of this patch is now split off as r362638. This patch now just contains the `__attribute__((used))`/`no_dead_strip` changes.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62542

Files:
  include/llvm/BinaryFormat/Wasm.h
  include/llvm/MC/MCSymbolWasm.h
  include/llvm/MC/MCWasmObjectWriter.h
  lib/MC/MCWasmObjectTargetWriter.cpp
  lib/MC/MCWasmStreamer.cpp
  lib/MC/WasmObjectWriter.cpp
  lib/ObjectYAML/WasmYAML.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  test/MC/WebAssembly/no-dead-strip.ll
  tools/llvm-readobj/WasmDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62542.203234.patch
Type: text/x-patch
Size: 8257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/2f19ed1f/attachment.bin>


More information about the llvm-commits mailing list