[PATCH] D18972: [AMDGPU] Add basic relocation support (currently used for dwarf only)

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 12:53:13 PDT 2016


kzhuravl updated this revision to Diff 57840.
kzhuravl marked 5 inline comments as done.
kzhuravl added a comment.
Herald added a subscriber: kzhuravl.

Update based on review feedback + added docs and missing test


http://reviews.llvm.org/D18972

Files:
  docs/CodeGenerator.rst
  include/llvm/MC/MCExpr.h
  include/llvm/Object/RelocVisitor.h
  include/llvm/Support/ELF.h
  include/llvm/Support/ELFRelocs/AMDGPU.def
  lib/MC/MCExpr.cpp
  lib/Object/ELF.cpp
  lib/ObjectYAML/ELFYAML.cpp
  lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
  test/MC/AMDGPU/elf64-relocs.s
  test/Object/AMDGPU/elf64-relocs-visitor.test
  test/Object/AMDGPU/elf64-relocs.yaml
  test/Object/Inputs/elf64-amdgpu-relocs-visitor.o

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18972.57840.patch
Type: text/x-patch
Size: 18272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160519/fc252c6d/attachment.bin>


More information about the llvm-commits mailing list