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

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 08:32:06 PDT 2016


kzhuravl updated this revision to Diff 58239.
kzhuravl added a comment.

Make variant kind names consistent with relocation names


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.58239.patch
Type: text/x-patch
Size: 18550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160524/dbac3bd5/attachment.bin>


More information about the llvm-commits mailing list