[all-commits] [llvm/llvm-project] eea7d3: [MC] Move fixSymbolsInTLSFixups to ELFObjectWriter

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Mar 12 19:50:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eea7d32bd262bb5f61790c42ebaa147aa26c3979
      https://github.com/llvm/llvm-project/commit/eea7d32bd262bb5f61790c42ebaa147aa26c3979
  Author: Fangrui Song <i at maskray.me>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCELFObjectWriter.h
    M llvm/include/llvm/MC/MCELFStreamer.h
    M llvm/lib/MC/ELFObjectWriter.cpp
    M llvm/lib/MC/MCELFStreamer.cpp

  Log Message:
  -----------
  [MC] Move fixSymbolsInTLSFixups to ELFObjectWriter

so that we only need to do it once during recordRelocation. In the
future, we should change fixSymbolsInTLSFixups to apply to MCValue
instead of MCExpr, similar to GNU assembler.



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