commit | cfdb24f1cb218a8a0bfcdfe68dec04dacf30f472 | [log] [tgz] |
---|---|---|
author | synergydev <synergye@codefi.re> | Wed Aug 07 00:00:39 2013 -0700 |
committer | synergydev <synergye@codefi.re> | Thu Aug 08 05:31:12 2013 -0700 |
tree | 6b6609e6fba72698e3ba2ca187f1ea748b7fee0e | |
parent | 840f9d0a274cffbef790dc20cd4f9eec27c3841b [diff] |
Link PRIVATE_TARGET_FDO_LIB before shared libraries For global declaration of FDO profile generation and usage, we need to link PRIVATE_TARGET_FDO_LIB (libgcov.a by default) prior to linking shared libraries. TARGET_FDO_LIB is set if feedback directed optimizations are in use, so we do not need to worry about consistent size increases from this change. Change-Id: I543903f58893816f037c9466f31b19dfe822fdf4