AIX-XLClang.cmake 390 B

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