[dpdk-dev] [PATCH v7 00/12] Add an option to use LTO for DPDK build
Thomas Monjalon
thomas at monjalon.net
Fri Nov 8 15:24:31 CET 2019
07/11/2019 16:03, Andrzej Ostruszka:
> This patch series adds an option to make use of link time optimization
> (if compiler has support for it). It is split as follows:
> - 1st patch is just a minor doc fix for versioning macros
> - 2nd patch fixes missing __vsym annotations (needed for LTO)
> - 3rd is the LTO enablement
> - remaining patches are fixes for the warnings produced by the compiler
> and they are split by directory/subsystem so their maintainers can
> easily find and verify the changes - please note that there are two
> groups:
> * errors (or possible errors) - with title "fix possible use ..."
> * false positives - warnings that _I_ think are not valid and the
> changes are made only to silence the compiler.
Applied, thanks
More information about the dev
mailing list