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:
parent
2b64dc7cab
commit
517cef8c55
4
Help/release/dev/cygwin-clang.rst
Normal file
4
Help/release/dev/cygwin-clang.rst
Normal file
@ -0,0 +1,4 @@
|
||||
cygwin-clang
|
||||
------------
|
||||
|
||||
* The Clang compiler is now supported on CYGWIN.
|
1
Modules/Platform/CYGWIN-Clang-C.cmake
Normal file
1
Modules/Platform/CYGWIN-Clang-C.cmake
Normal file
@ -0,0 +1 @@
|
||||
include(Platform/CYGWIN-GNU-C)
|
1
Modules/Platform/CYGWIN-Clang-CXX.cmake
Normal file
1
Modules/Platform/CYGWIN-Clang-CXX.cmake
Normal file
@ -0,0 +1 @@
|
||||
include(Platform/CYGWIN-GNU-CXX)
|
Loading…
x
Reference in New Issue
Block a user