Delegate the way the information is communicated to the build
system to the client.
Details
Details
- Reviewers
tejohnson
Diff Detail
Diff Detail
Event Timeline
Comment Actions
It isn't clear to me why we would want this functionality to live in the clients, rather than providing a set of configurable functionality that different build systems might need inside LTO itself. It means possibly implementing the same functionality required by a single build system in potentially all clients, since the build system is not dependent on a single client linker.
include/llvm/LTO/LTO.h | ||
---|---|---|
262 | Parameter is called AddModule elsewhere. | |
tools/gold/gold-plugin.cpp | ||
754 | This may be null |
Parameter is called AddModule elsewhere.