Turn off PGO unprofiled warning on Linux (#17262)
authorMichelle McDaniel <adiaaida@gmail.com>
Tue, 27 Mar 2018 20:23:45 +0000 (13:23 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Mar 2018 20:23:45 +0000 (13:23 -0700)
commitbfa1881ab5b65175f97119b74ef127e08de882e1
tree715708016ea9924f9f8b8108387f2189a6e6f940
parentef88a92215a8f90fe0bd8b0327c16bb889902105
Turn off PGO unprofiled warning on Linux (#17262)

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