[PATCH] D104164: Remove __llvm_mipmap section in llvm-strip

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 12 16:46:36 PDT 2021


ellis added a comment.

In D104164#2815489 <https://reviews.llvm.org/D104164#2815489>, @alexshap wrote:

> I'm wondering if you can use llvm-objcopy --remove-section for these purposes instead?

Yes, we can use `llvm-objcopy --remove-section=__llvm_mipmap a.out`. I like this patch because it allows you to use `llvm-strip` easily, but it technically isn't required.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104164



More information about the llvm-commits mailing list