[PATCH] D63641: [llvm-objcopy] - Get rid of dynrel.elf precompiled binary from inputs.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 06:44:17 PDT 2019


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, with one comment fix.



================
Comment at: test/tools/llvm-objcopy/ELF/prefix-alloc-sections-dynrelocsec.test:1
-# RUN: llvm-objcopy --prefix-alloc-sections=.prefix %p/Inputs/dynrel.elf %t
-# RUN: llvm-readobj --sections %t | FileCheck %s
+## Check that llvm-objcopy can correctly add a prefix for
+## dynamic relocation section and its target section.
----------------
for -> to a


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

https://reviews.llvm.org/D63641





More information about the llvm-commits mailing list