[PATCH] D43996: [llvm-objcopy] Implement support for .group sections.

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 13:42:22 PDT 2018


alexshap added inline comments.


================
Comment at: test/tools/llvm-objcopy/group-unchanged.test:24
+    AddressAlign:    0x0000000000000010
+    Content:         554889E54883EC10488D7DF8E8000000008945F44883C4105DC3
+  - Name:            .rela.text
----------------
jhenderson wrote:
> We don't need this or the relocation section at all, I believe.
i wanted to use real binaries for tests, but, otherwise, indeed, an artificial test would be simpler. 


Repository:
  rL LLVM

https://reviews.llvm.org/D43996





More information about the llvm-commits mailing list