OSDN Git Service

Revert r326723: Make STATISTIC() values available programmatically
authorDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 5 Mar 2018 17:52:43 +0000 (17:52 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 5 Mar 2018 17:52:43 +0000 (17:52 +0000)
commit233963b1b3bded52ed8ec3daa4c4d5f5a700e763
treedb19b49921649cf17bf7a9cee782216d735c6841
parenteafb434169f63f2b3cca417941fc994b05abcecc
Revert r326723: Make STATISTIC() values available programmatically

Despite building cleanly on my machine in three separate configs, it's failing on pretty much all bots due to missing includes among other things. Investigating.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326726 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake
include/llvm/ADT/Statistic.h
include/llvm/Config/llvm-config.h.cmake
lib/Support/Statistic.cpp
unittests/ADT/CMakeLists.txt
unittests/ADT/StatisticTest.cpp [deleted file]