llvm-project/clang/unittests/Driver
Nico Weber 1865df4996 s/LLVM_ON_WIN32/_WIN32/, clang
LLVM_ON_WIN32 is set exactly with MSVC and MinGW (but not Cygwin) in
HandleLLVMOptions.cmake, which is where _WIN32 defined too.  Just use the
default macro instead of a reinvented one.

See thread "Replacing LLVM_ON_WIN32 with just _WIN32" on llvm-dev and cfe-dev.
No intended behavior change.

llvm-svn: 331069
2018-04-27 19:11:14 +00:00
..
CMakeLists.txt Add a unit test for Driver::getDefaultModuleCachePath(). 2018-02-12 17:59:54 +00:00
DistroTest.cpp [Driver] Add unit tests for Distro detection 2016-11-28 21:11:22 +00:00
ModuleCacheTest.cpp Add a unit test for Driver::getDefaultModuleCachePath(). 2018-02-12 17:59:54 +00:00
MultilibTest.cpp
ToolChainTest.cpp s/LLVM_ON_WIN32/_WIN32/, clang 2018-04-27 19:11:14 +00:00