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)
commit7a4f647dc2c61c82afb9d1309c6fba3f4e376a8f
tree5c77772e07c557d02483fd4df6f589f95bc94362
parentcaec723a1a64c6d442b771e3946f875786a56955
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.

llvm-svn: 328957
llvm/cmake/config-ix.cmake
llvm/include/llvm/Config/config.h.cmake