TIClang-DetermineCompiler.cmake 460 B

12345678910
  1. # TI Clang-based Toolchains
  2. set(_compiler_id_pp_test "defined(__clang__) && defined(__ti__)")
  3. set(_compiler_id_version_compute "
  4. # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ti_major__)
  5. # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ti_minor__)
  6. # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ti_patchlevel__)")
  7. string(APPEND _compiler_id_version_compute "
  8. # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ti_version__)")