1# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
2# file Copyright.txt or https://cmake.org/licensing for details.
3
4
5# This module is shared by multiple languages; use include blocker.
6if(__AIX_COMPILER_XLCLANG)
7  return()
8endif()
9set(__AIX_COMPILER_XLCLANG 1)
10
11include(Platform/AIX-XL)
12
13macro(__aix_compiler_xlclang lang)
14  __aix_compiler_xl(${lang})
15endmacro()
16