[PATCH] D15334: PC-relative support for EmitValue

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 07:38:01 PST 2015


kyulee1 created this revision.
kyulee1 added a reviewer: AndyAyers.
kyulee1 added a subscriber: llvm-commits.
Herald added a subscriber: dsanders.

EmitValue assumes an absolute (non PC-relative) fix-up only. This allows to create PC-relative fix-up optionally.

This is an upstream change that was needed for ObjectWriter/CoreRT use.

http://reviews.llvm.org/D15334

Files:
  include/llvm/MC/MCELFStreamer.h
  include/llvm/MC/MCObjectStreamer.h
  include/llvm/MC/MCStreamer.h
  lib/MC/MCAsmStreamer.cpp
  lib/MC/MCELFStreamer.cpp
  lib/MC/MCObjectStreamer.cpp
  lib/MC/MCStreamer.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
  lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15334.42177.patch
Type: text/x-patch
Size: 9555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151208/6c86d58f/attachment.bin>


More information about the llvm-commits mailing list