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

AIX: Add support for Clang compiler

The platform information module for GNU on AIX can be reused for Clang
on AIX because clang accepts almost all of the same options.
Wu Zhao 9 лет назад
Родитель
Сommit
5cc34162ad

+ 4 - 0
Help/release/dev/aix-clang.rst

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

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

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

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

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