OSDN Git Service

Remove a few unreferenced config.h defines.
authorNico Weber <nicolasweber@gmx.de>
Mon, 2 Apr 2018 01:46:08 +0000 (01:46 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 2 Apr 2018 01:46:08 +0000 (01:46 +0000)
commitd8156bdb482c978787607710f385758f77bd9236
treecd565dbc32140d87fdfb7ef34bfa29f85b7203fe
parent8b17c46f7597d2ff7fd96610a449944741b4e33f
Remove a few unreferenced config.h defines.

Found by looking through the output of

  for f in $(grep -o '\bHAVE_[A-Z0-9_]*\b' llvm/cmake/config-ix.cmake); do
    echo $f $(git grep $f '*' | wc -l);
  done

in the monorepo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328957 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake
include/llvm/Config/config.h.cmake