OSDN Git Service

Remove HAVE_LIBPSAPI, HAVE_SHELL32.
authorNico Weber <nicolasweber@gmx.de>
Mon, 2 Apr 2018 17:32:48 +0000 (17:32 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 2 Apr 2018 17:32:48 +0000 (17:32 +0000)
commitbdcaabb3284428944604774f6f680640b6389e9c
treec8d5e2163a97d895a324a4f6177a7505609dc9af
parent282ca2a3b13320f792e3c7123bc1be4bbd6e3138
Remove HAVE_LIBPSAPI, HAVE_SHELL32.

These used to be set in the old autoconf build, but the cmake build has had a
"TODO: actually check for these" comment since it was checked in, and they
were set to 1 on mingw unconditionally.  It seems safe to say that they always
exist under mingw, so just remove them and assume they're set exactly when on
mingw (with msvc, we use `pragma comment` instead of linking these via flags).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328992 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake
include/llvm/Config/config.h.cmake
lib/Support/Windows/Process.inc
lib/Support/Windows/Signals.inc