[PATCH] D51493: [llvm-strip] Allow copying relocation sections without symbol tables.
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 14:09:39 PDT 2018
rupprecht added a comment.
In https://reviews.llvm.org/D51493#1223839, @jakehehrlich wrote:
> Did you confirm that yaml2obj respects the explicit Link field?
Yes, I added that to the test case.
I also manually verified that changing it to some other number is respected in the output file (running yaml2obj <test file> && llvm-readobj -sections)
Repository:
rL LLVM
https://reviews.llvm.org/D51493
More information about the llvm-commits
mailing list