Cygwin: Add support for Clang compiler

The platform information module for GNU on CYGWIN can be reused for
Clang on CYGWIN because clang accepts almost all of the same options.
This commit is contained in:
Han Sangjin 2016-03-10 13:14:15 +09:00 committed by Brad King
parent 2b64dc7cab
commit 517cef8c55
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
cygwin-clang
------------
* The Clang compiler is now supported on CYGWIN.

View File

@ -0,0 +1 @@
include(Platform/CYGWIN-GNU-C)

View File

@ -0,0 +1 @@
include(Platform/CYGWIN-GNU-CXX)