[PATCH] D70520: [WebAssembly] Add new `export_name` clang attribute for controlling wasm export names

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 11 11:57:51 PST 2019


This revision was automatically updated to reflect the committed changes.
sbc100 marked an inline comment as done.
Closed by commit rG881d877846e2: [WebAssembly] Add new `export_name` clang attribute for controlling wasm export… (authored by sbc100).

Changed prior to commit:
  https://reviews.llvm.org/D70520?vs=232673&id=233432#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70520

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/AttrDocs.td
  clang/lib/CodeGen/TargetInfo.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/CodeGen/wasm-export-name.c
  clang/test/Misc/pragma-attribute-supported-attributes-list.test
  lld/docs/WebAssembly.rst
  lld/test/wasm/export-name.ll
  lld/wasm/InputChunks.h
  lld/wasm/Writer.cpp
  llvm/include/llvm/BinaryFormat/Wasm.h
  llvm/include/llvm/MC/MCSymbolWasm.h
  llvm/include/llvm/Object/Wasm.h
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  llvm/test/CodeGen/WebAssembly/export-name.ll
  llvm/test/MC/WebAssembly/export-name.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70520.233432.patch
Type: text/x-patch
Size: 21480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191211/39818752/attachment-0001.bin>


More information about the cfe-commits mailing list