[all-commits] [llvm/llvm-project] 3041b1: [WebAssembly] Add TLS data segment flag: WASM_SEG_...

Sam Clegg via All-commits all-commits at lists.llvm.org
Wed May 12 13:31:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3041b16f7322a0392810e4a14b13cacac1929ad8
      https://github.com/llvm/llvm-project/commit/3041b16f7322a0392810e4a14b13cacac1929ad8
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    M lld/test/wasm/tls.s
    M lld/wasm/InputChunks.h
    M lld/wasm/Writer.cpp
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/MC/MCParser/WasmAsmParser.cpp
    M llvm/lib/MC/MCSectionWasm.cpp
    M llvm/lib/ObjectYAML/WasmYAML.cpp
    M llvm/test/CodeGen/WebAssembly/target-features-tls.ll
    M llvm/test/CodeGen/WebAssembly/tls-general-dynamic.ll
    M llvm/test/CodeGen/WebAssembly/tls-local-exec.ll
    M llvm/test/MC/WebAssembly/tls.s

  Log Message:
  -----------
  [WebAssembly] Add TLS data segment flag: WASM_SEG_FLAG_TLS

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

Differential Revision: https://reviews.llvm.org/D102202




More information about the All-commits mailing list