[PATCH] D61992: [ARM] Support .reloc *, R_ARM_NONE, *

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 06:36:32 PDT 2019


MaskRay updated this revision to Diff 199812.
MaskRay marked an inline comment as done.
MaskRay added a comment.

Change to   if (STI.getTargetTriple().isOSBinFormatELF() && Name == "R_ARM_NONE")


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61992/new/

https://reviews.llvm.org/D61992

Files:
  lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
  lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
  test/MC/ARM/reloc-directive.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61992.199812.patch
Type: text/x-patch
Size: 5374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/091eb6d5/attachment.bin>


More information about the llvm-commits mailing list