[PATCH] D96757: [InstrProfiling] Use ELF section groups for counters, data and values

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 10:26:32 PST 2021


phosek added a comment.

In D96757#2568675 <https://reviews.llvm.org/D96757#2568675>, @davidxl wrote:

> Nice reduction. Is the total .o size quoted from instrumentation build (with --gc-sections)?

In both cases the `.o` files are built with `-fprofile-instr-generate -ffunction-sections -fdata-sections` and `--gc-sections` for linking.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96757



More information about the llvm-commits mailing list