[PATCH] D102202: [WebAssembly] Add WASM_SEG_FLAG_TLS

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 15:27:31 PDT 2021


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

Previously the linker was relying solely on the name of the segment
to imply TLS.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102202

Files:
  lld/test/wasm/tls.s
  lld/wasm/InputChunks.h
  lld/wasm/Writer.cpp
  llvm/include/llvm/BinaryFormat/Wasm.h
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/MC/MCParser/WasmAsmParser.cpp
  llvm/lib/MC/MCSectionWasm.cpp
  llvm/lib/ObjectYAML/WasmYAML.cpp
  llvm/test/MC/WebAssembly/tls.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102202.344220.patch
Type: text/x-patch
Size: 7084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210510/93ef114d/attachment.bin>


More information about the llvm-commits mailing list