| commit | b9e832608879a9defe8be23384677b9335b00546 | [log] [tgz] |
|---|---|---|
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | Fri Dec 18 16:19:35 2015 +0000 |
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | Fri Dec 18 16:19:35 2015 +0000 |
| tree | 3f1559550e19d59e845434a1fa2f802deb853bcc | |
| parent | 7a36355b21faec780a7050363b60727cfaa90d31 [diff] |
[STATS] Have CMake do real check for stats functionality This change allows clang to build the stats library for every architecture which supports __builtin_readcyclecounter(). CMake also checks for all necessary features for stats and will error out if the platform does not support it. Patch by Hal Finkel and Johnny Peyton llvm-svn: 256002