Просмотр исходного кода

Solaris: Add support for Clang compiler

Inspired-by: Rainer Orth
Fixes: #19456
Libor Bukata 6 лет назад
Родитель
Сommit
47937219ee

+ 4 - 0
Help/release/dev/solaris_clang.rst

@@ -0,0 +1,4 @@
+solaris_clang
+-------------
+
+* The ``Clang`` compiler is now supported on ``Solaris``.

+ 1 - 0
Modules/Platform/SunOS-Clang-C.cmake

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

+ 1 - 0
Modules/Platform/SunOS-Clang-CXX.cmake

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