[PATCH] D62364: llvm-objcopy: Implement --extract-partition and --extract-main-partition.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 23:34:18 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/ELF/Inputs/partitions.elf.test:5
+// RUN: llvm-mc %s -o %t.o -filetype=obj --triple=x86_64-unknown-linux
+// RUN: ld.lld %t.o -o %t --export-dynamic --gc-sections
+
----------------
`ld.lld` can be used in a llvm-objcopy test. This may have to be moved to lld/test/ELF/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62364





More information about the llvm-commits mailing list