[PATCH] D40523: [llvm-objcopy] Add --only-keep-debug

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 10:45:02 PST 2017


jakehehrlich added a comment.

> It's not clear to me why you remove the new NOBITS sections from the segments. We don't remove other NOBITS sections from segments after all.

They don't affect anything by being in a segment or not being in a segment and I want the references gone. That all said I don't know why that method still exists because none of those things have been used in forever. I'm just going to get rid of all those empty methods in Segment since they're kind of vestiges of ideas that either weren't needed.


Repository:
  rL LLVM

https://reviews.llvm.org/D40523





More information about the llvm-commits mailing list