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.
This commit is contained in:
Wu Zhao 2016-06-20 14:51:37 +08:00 committed by Brad King
parent f4c35c3dc2
commit 5cc34162ad
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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