[PATCH] D121349: [WebAssembly] Second phase of implemented extended const proposal.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 18:22:15 PST 2022


sbc100 created this revision.
Herald added subscribers: wingo, ecnelises, rupprecht, sunfish, hiraditya, jgravelle-google, dschuff.
Herald added a reviewer: jhenderson.
Herald added a project: All.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay, aheejin.
Herald added a project: LLVM.

This change continues to lay the ground work for supporting extended
const expressions in the linker.

The included test covers object file reading and writing and the YAML
representation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121349

Files:
  lld/wasm/InputElement.h
  lld/wasm/InputFiles.cpp
  lld/wasm/OutputSections.cpp
  lld/wasm/SyntheticSections.cpp
  lld/wasm/WriterUtils.cpp
  lld/wasm/WriterUtils.h
  llvm/include/llvm/BinaryFormat/Wasm.h
  llvm/include/llvm/ObjectYAML/WasmYAML.h
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/ObjectYAML/WasmEmitter.cpp
  llvm/lib/ObjectYAML/WasmYAML.cpp
  llvm/test/ObjectYAML/wasm/extended_const_expressions.yaml
  llvm/tools/llvm-readobj/WasmDumper.cpp
  llvm/tools/obj2yaml/wasm2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121349.414259.patch
Type: text/x-patch
Size: 24456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220310/1db1e449/attachment.bin>


More information about the llvm-commits mailing list