[all-commits] [llvm/llvm-project] f6f474: [llvm][lld] Pre-commit tests for RISCV TLSDESC sym...

Paul Kirth via All-commits all-commits at lists.llvm.org
Wed Mar 20 13:40:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6f474c4ef9694a4ca8f08d59fd112c250fb9c73
      https://github.com/llvm/llvm-project/commit/f6f474c4ef9694a4ca8f08d59fd112c250fb9c73
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
    M lld/test/ELF/riscv-tlsdesc.s
    A llvm/test/CodeGen/RISCV/tlsdesc-symbol.ll

  Log Message:
  -----------
  [llvm][lld] Pre-commit tests for RISCV TLSDESC symbols

Currently, we mistakenly mark the local labels used in RISC-V TLSDESC as
TLS symbols, when they should not be. This patch adds tests with the
current incorrect behavior, and subsequent patches will address the
issue.

Reviewers: MaskRay, topperc

Reviewed By: MaskRay

Pull Request: https://github.com/llvm/llvm-project/pull/85816



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list