Turn off PGO unprofiled warning on Linux (#17262) (#17271)
authorMichelle McDaniel <adiaaida@gmail.com>
Tue, 27 Mar 2018 21:11:34 +0000 (14:11 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Mar 2018 21:11:34 +0000 (14:11 -0700)
commitf284e8f6e8f81a69858916455bbcdb0568f8fc51
tree407e656d98ed068d1299fa2b2300f6145c0e5dcc
parent5142664458905a6f5164fd4e4baf483d8aa2b99e
Turn off PGO unprofiled warning on Linux (#17262) (#17271)

This warning will break the build when new files are added to the build that do not have PGO data, meaning that release builds will be broken until a new PGO collection can be run. We should not break the build if there are not counts for new files.
pgosupport.cmake