[PATCH] D62051: [ELF][test] Add relocation-none*.s

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 20:52:33 PDT 2019


MaskRay created this revision.
MaskRay added a reviewer: ruiu.
Herald added subscribers: llvm-commits, kristof.beyls, arichardson, javed.absar, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

Change R_{386,AARCH64}_NONE yaml2obj tests to use assembly
And check the referenced section survives under --gc-sections.
Delete two dtrace tests as they just test R_X86_64_NONE that is tested by relocation-none-x86-64.s


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D62051

Files:
  test/ELF/Inputs/dtrace-r.o
  test/ELF/relocation-dtrace.test
  test/ELF/relocation-none-aarch64.s
  test/ELF/relocation-none-aarch64.test
  test/ELF/relocation-none-arm.s
  test/ELF/relocation-none-i386.s
  test/ELF/relocation-none-i686.test
  test/ELF/relocation-none-x86-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62051.199973.patch
Type: text/x-patch
Size: 4660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190517/01ebd592/attachment.bin>


More information about the llvm-commits mailing list