[PATCH] D47754: [PowerPC] Add support for high and high-adjusted symbol modifiers on thread-local storage modifers.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 4 18:52:52 PDT 2018


sfertile created this revision.
sfertile added reviewers: kbarton, nemanjai, lei, syzaara, stefanp, hfinkel, echristo.

Adds support for `high` and `higha` symbol modifers on the thread-pointer  and dynamic-thread-pointer tls modifiers.


Repository:
  rL LLVM

https://reviews.llvm.org/D47754

Files:
  include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
  include/llvm/MC/MCExpr.h
  lib/MC/MCELFStreamer.cpp
  lib/MC/MCExpr.cpp
  lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
  test/MC/PowerPC/ppc64-fixups.s
  test/MC/PowerPC/tls-ld-v2-abi.s
  test/MC/PowerPC/tls-le-v2-abi.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47754.149889.patch
Type: text/x-patch
Size: 17603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180605/20e3a696/attachment.bin>


More information about the llvm-commits mailing list